Skip to content

Commit

Permalink
GUH
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Sep 20, 2024
1 parent 3e7e353 commit 4186c52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion create-dreamland-app/templates/jsx/default/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { defineConfig } from 'vite';
import { dreamlandPlugin } from 'vite-plugin-dreamland';

export default defineConfig({
plugins: [dreamlandPlugin()]
plugins: [dreamlandPlugin()],
base: './'
});
3 changes: 2 additions & 1 deletion create-dreamland-app/templates/tsx/default/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { defineConfig } from 'vite';
import { dreamlandPlugin } from 'vite-plugin-dreamland';

export default defineConfig({
plugins: [dreamlandPlugin()]
plugins: [dreamlandPlugin()],
base: './'
});

0 comments on commit 4186c52

Please sign in to comment.