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 233b5be commit 6efe55eCopy full SHA for 6efe55e
.nojekyll
astro.config.mjs
@@ -16,7 +16,7 @@ export default defineConfig({
16
}
17
},
18
buildOptions: {
19
- out: 'public'
+ out: 'dist'
20
21
integrations: [
22
mdx({
package.json
@@ -22,7 +22,7 @@
"scripts": {
23
"dev": "npx tinacms dev -c \"astro dev\"",
24
"start": "astro dev",
25
- "build": "astro build",
+ "build": "astro build && cp -R src/assets dist/",
26
"sync": "astro sync",
27
"preview": "astro preview",
28
"postbuild": "pagefind --site dist",
@@ -68,4 +68,4 @@
68
"prettier --write --plugin-search-dir=."
69
]
70
71
-}
+}
0 commit comments