Skip to content

Commit

Permalink
Merge pull request #31 from KNowledgeOnWebScale/EDC_active
Browse files Browse the repository at this point in the history
fixing routing after repo migration pls
  • Loading branch information
ecrum19 authored Oct 21, 2024
2 parents f8d49fc + 5f6e2ff commit a661864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { defineConfig } = require('@vue/cli-service')

module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === 'production' ? '/TRIPLE_App' : '/',
publicPath: process.env.NODE_ENV === 'production' ? '/solid-cockpit' : '/',
outputDir: 'dist'
});

Expand Down

0 comments on commit a661864

Please sign in to comment.