Revert "Switch to static site rendering"

This reverts commit 67b49ee687.
This commit is contained in:
Zachary
2024-11-14 14:27:48 +01:00
parent 67b49ee687
commit cca813b3e9
5 changed files with 90 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-static';
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
@@ -8,7 +8,7 @@ const config = {
kit: {
adapter: adapter(),
paths: {
assets: 'https://stretchmytimeoff.com',
assets: 'https://stretchmytimeoff.com', // Set your fully qualified domain here
}
}
};