Skip to content
Snippets Groups Projects
Commit c3b565c4 authored by DESPRES Damien's avatar DESPRES Damien
Browse files

restore public path

parent 0aad2b1d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ const fs = require('fs')
const packageJson = fs.readFileSync('./package.json')
const version = JSON.parse(packageJson).version || 0
module.exports = {
publicPath: './',
publicPath: '/',
devServer: {
proxy: {
'^/api': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment