[READ-ONLY] Mirror of https://github.com/probablykasper/svelte-template. Svelte + Vite + HMR + TypeScript + Preprocessor support
svelte template
0

Configure Feed

Select the types of activity you want to include in your feed.

Use relative paths in build

authored by

Kasper and committed by
GitHub
(Mar 23, 2021, 11:12 PM +0100) 28e1bf49 1a97334b

+1
+1
vite.config.js
··· 4 4 5 5 export default defineConfig({ 6 6 root: './src', 7 + base: './', // use relative paths 7 8 publicDir: '../public', 8 9 clearScreen: false, 9 10 build: {