fix: update nekoweb adapter

This commit is contained in:
trafficlunar 2025-09-16 21:54:59 +01:00
parent 35477a138a
commit 44c2ab26a5
3 changed files with 39 additions and 42 deletions

View file

@ -21,7 +21,8 @@ export default defineConfig({
adapter: nekoweb({
apiKey: NEKOWEB_API_KEY,
cookie: NEKOWEB_COOKIE,
folder: "dist",
siteName: "trafficlunar",
domain: "trafficlunar.nekoweb.org",
}),
integrations: [svelte(), sitemap(), swup()],
});