Skip to content

Commit a808420

Browse files
PekoPPTPetar Todorov
andauthored
chore: update the baseURl of the Dashboard app (#291)
Co-authored-by: Petar Todorov <petar.todorov@progre>
1 parent 25a9e44 commit a808420

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples-standalone/dashboard/vite.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ import path from 'path'
44

55

66
// https://vitejs.dev/config/
7-
8-
const BASE_URL = process.env.NODE_ENV === 'production' ? '/kendo-vue/coffee-warehouse/' : '';
9-
107
export default defineConfig({
11-
base: `${BASE_URL}/kendo-vue/dashboard/`,
8+
base: './',
129
plugins: [vue()],
1310
resolve: {
1411
alias: {

0 commit comments

Comments
 (0)