zenno, cmd/horsebot: host website in horsebot

This commit is contained in:
2026-03-31 18:43:17 -04:00
parent cdea376f94
commit 4106215180
5 changed files with 77 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-static';
import { relative, sep } from 'node:path';
/** @type {import('@sveltejs/kit').Config} */
@@ -14,9 +14,6 @@ const config = {
},
},
kit: {
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter(),
},
};