Skip to content

Commit

Permalink
fix resources path
Browse files Browse the repository at this point in the history
  • Loading branch information
CORBIERE Sebastien committed Feb 25, 2024
1 parent 8fa5bc4 commit d4bc72d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
transpileDependencies: true,
publicPath: process.env.NODE_ENV === 'production'
? '/YTClipPlaylist/'
: '/'
})

0 comments on commit d4bc72d

Please sign in to comment.