From 4186c520ac8bf9463b073bdcceb6482e4cb8aab6 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Fri, 20 Sep 2024 01:10:52 -0600 Subject: [PATCH] GUH --- create-dreamland-app/templates/jsx/default/vite.config.js | 3 ++- create-dreamland-app/templates/tsx/default/vite.config.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/create-dreamland-app/templates/jsx/default/vite.config.js b/create-dreamland-app/templates/jsx/default/vite.config.js index 230859e..7b91a19 100644 --- a/create-dreamland-app/templates/jsx/default/vite.config.js +++ b/create-dreamland-app/templates/jsx/default/vite.config.js @@ -2,5 +2,6 @@ import { defineConfig } from 'vite'; import { dreamlandPlugin } from 'vite-plugin-dreamland'; export default defineConfig({ - plugins: [dreamlandPlugin()] + plugins: [dreamlandPlugin()], + base: './' }); diff --git a/create-dreamland-app/templates/tsx/default/vite.config.ts b/create-dreamland-app/templates/tsx/default/vite.config.ts index 230859e..7b91a19 100644 --- a/create-dreamland-app/templates/tsx/default/vite.config.ts +++ b/create-dreamland-app/templates/tsx/default/vite.config.ts @@ -2,5 +2,6 @@ import { defineConfig } from 'vite'; import { dreamlandPlugin } from 'vite-plugin-dreamland'; export default defineConfig({ - plugins: [dreamlandPlugin()] + plugins: [dreamlandPlugin()], + base: './' });