Skip to content

Commit

Permalink
Merge pull request #17 from ecrum19/EDC_active
Browse files Browse the repository at this point in the history
The routing issues have been conquered
  • Loading branch information
ecrum19 authored May 24, 2024
2 parents 4d259b2 + 20b9f81 commit c6789ec
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' ? 'TRIPLE_App' : '/',
outputDir: 'dist'
});

Expand Down

0 comments on commit c6789ec

Please sign in to comment.