Skip to content

Commit

Permalink
GH-2392: Use ./ as base for Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow authored and afs committed Apr 8, 2024
1 parent e38913a commit e1e9bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jena-fuseki2/jena-fuseki-ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const path = require("path")

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [
vue(),
istanbul({
Expand Down

0 comments on commit e1e9bf4

Please sign in to comment.