Skip to content

Commit

Permalink
no more relative
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 13, 2024
1 parent 81e7f78 commit d55f774
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: vitePreprocess(),
kit: { adapter: adapter() },
kit: {
adapter: adapter(),
paths: {
relative: false,
},
},
};

export default config;

0 comments on commit d55f774

Please sign in to comment.