Switch to static site rendering

This commit is contained in:
Zachary
2024-11-14 14:17:42 +01:00
parent 4a70831b6c
commit 67b49ee687
5 changed files with 31 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-static';
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', // Set your fully qualified domain here
assets: 'https://stretchmytimeoff.com',
}
}
};