We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2681fde commit eaf45b5Copy full SHA for eaf45b5
1 file changed
vite.config.ts
@@ -4,6 +4,7 @@ import glsl from 'vite-plugin-glsl';
4
5
export default defineConfig({
6
root: 'src',
7
+ base: '', // use relative references
8
publicDir: '../assets',
9
plugins: [
10
glsl({
0 commit comments