This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch gh-2392
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 4bec8ca06e4d526843266c4eb43d786f5a3a6299
Author: Bruno P. Kinoshita <[email protected]>
AuthorDate: Sun Apr 7 23:59:31 2024 +0200

    GH-2392: Use ./ as base for Vite
---
 jena-fuseki2/jena-fuseki-ui/vite.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jena-fuseki2/jena-fuseki-ui/vite.config.js 
b/jena-fuseki2/jena-fuseki-ui/vite.config.js
index 4c8bee28c9..1fc8dd7d21 100644
--- a/jena-fuseki2/jena-fuseki-ui/vite.config.js
+++ b/jena-fuseki2/jena-fuseki-ui/vite.config.js
@@ -23,6 +23,7 @@ const path = require("path")
 
 // https://vitejs.dev/config/
 export default defineConfig({
+  base: './',
   plugins: [
     vue(),
     istanbul({

Reply via email to