Skip to content

Commit

Permalink
Update base URL and asset paths
Browse files Browse the repository at this point in the history
Removed hardcoded '/sologger/' base path, modifying asset paths and configuration accordingly. This change ensures better flexibility for deployment environments without relying on the '/sologger/' subdirectory.
  • Loading branch information
wkennedy committed Nov 20, 2024
1 parent 94341dd commit df04e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sologger-ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig({
optimizeDeps: {
include: ['@handsontable/vue3']
},
publicPath: '/sologger/',
publicDir: 'public',
build: {
outDir: 'dist',
Expand Down

0 comments on commit df04e42

Please sign in to comment.