Skip to content

Commit 9709c11

Browse files
committed
build: 将输出模式从server更改为static
将astro.config.mjs中的output配置从server改为static,以生成静态站点
1 parent b6df5b2 commit 9709c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog-web/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717

1818
site: "https://blog.exquisitecore.xyz",
1919
integrations: [solidJs({ devtools: true }), sitemap()],
20-
output: "server",
20+
output: "static",
2121
adapter: node({
2222
mode: "standalone",
2323
}),

0 commit comments

Comments
 (0)