We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6d980 commit ebc70f3Copy full SHA for ebc70f3
vite.config.js
@@ -1,6 +1,7 @@
1
import { defineConfig } from 'vite';
2
3
export default defineConfig({
4
+ base: './',
5
css: {
6
preprocessorOptions: {
7
scss: {
0 commit comments