We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd65781 commit bc604b4Copy full SHA for bc604b4
astro.config.ts
@@ -1,4 +1,5 @@
1
import mdx from "@astrojs/mdx";
2
+import netlify from "@astrojs/netlify";
3
import sitemap from "@astrojs/sitemap";
4
import {
5
transformerNotationDiff,
@@ -44,4 +45,5 @@ export default defineConfig({
44
45
tailwindcss(),
46
],
47
},
48
+ adapter: netlify(),
49
});
netlify.toml
@@ -0,0 +1,3 @@
+[build]
+ command = "npm run build"
+ publish = "dist"
package.json
@@ -11,6 +11,7 @@
11
12
"dependencies": {
13
"@astrojs/mdx": "^4.3.9",
14
+ "@astrojs/netlify": "^6.6.0",
15
"@astrojs/rss": "^4.0.13",
16
"@astrojs/sitemap": "^3.6.0",
17
"@lucide/astro": "^0.552.0",
0 commit comments