build: 添加静态输出配置到astro配置

将output设置为"static"以确保生成静态站点输出
This commit is contained in:
二叉树树
2025-09-02 06:24:22 +08:00
parent da196fbc20
commit 030b01fe89
2 changed files with 1 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ export default defineConfig({
site: "https://www.2x.nz",
base: "/",
trailingSlash: "always",
output: "static",
adapter: vercel(),
redirects: {
"/ak": {

View File

@@ -1 +0,0 @@
{}