diff --git a/vite.config.js b/vite.config.js index 78e127f..f2b3d45 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,5 +2,8 @@ import { sveltekit } from "@sveltejs/kit/vite"; import { defineConfig } from "vite"; export default defineConfig({ - plugins: [sveltekit()] + plugins: [sveltekit()], + preview: { + allowedHosts: ["bus.furyhawk.lol"] + } });