File tree Expand file tree Collapse file tree 3 files changed +1740
-19
lines changed Expand file tree Collapse file tree 3 files changed +1740
-19
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ import sitemap from "@astrojs/sitemap";
2
2
import { defineConfig , envField } from "astro/config" ;
3
3
import { deltaTheme , remarkPlugins } from "delta-theme" ;
4
4
5
+ import netlify from "@astrojs/netlify" ;
6
+
5
7
// https://astro.build/config
6
8
export default defineConfig ( {
7
9
site : "https://delta.io/" ,
@@ -23,6 +25,9 @@ export default defineConfig({
23
25
"/blog/1" : "/blog" ,
24
26
"/user-stories/1" : "/user-stories" ,
25
27
} ,
28
+ adapter : netlify ( {
29
+ imageCDN : false ,
30
+ } ) ,
26
31
integrations : [
27
32
sitemap ( ) ,
28
33
deltaTheme ( {
Original file line number Diff line number Diff line change 16
16
"author" : " jakebellacera" ,
17
17
"license" : " ISC" ,
18
18
"dependencies" : {
19
+ "@astrojs/netlify" : " ^6.4.0" ,
19
20
"@astrojs/tailwind" : " ^6.0.2" ,
20
21
"@fontsource-variable/source-code-pro" : " ^5.2.6" ,
21
22
"@fontsource/source-sans-pro" : " ^5.2.5" ,
You can’t perform that action at this time.
0 commit comments