···22// so we use adapter-static with a fallback to index.html to put the site in SPA mode
33// See: https://svelte.dev/docs/kit/single-page-apps
44// See: https://v2.tauri.app/start/frontend/sveltekit/ for more info
55-import adapter from "npm:@sveltejs/adapter-static";
66-import { vitePreprocess } from "npm:@sveltejs/vite-plugin-svelte";
55+import adapter from "@sveltejs/adapter-static";
66+import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
7788/** @type {import('@sveltejs/kit').Config} */
99const config = {