Astro: fix build for static serving
This commit is contained in:
parent
59683c1580
commit
11ecf0677f
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ export default defineConfig({
|
|||
integrations: [mdx(), sitemap(), tailwind()],
|
||||
|
||||
build: {
|
||||
format: "file",
|
||||
inlineStylesheets: "auto",
|
||||
format: "directory",
|
||||
//inlineStylesheets: "auto", // Seems to break local build
|
||||
},
|
||||
markdown: {
|
||||
gfm: true,
|
||||
|
|
Loading…
Reference in a new issue