Commit 26150d87 by Jonathan Thomas

Add vue config file, to configure the build to use relative paths

parent b9d4a857
Pipeline #8980 passed with stage
in 35 seconds
// vue.config.js
/**
* @type {import('@vue/cli-service').ProjectOptions}
*/
module.exports = {
publicPath: '' // Use relative path during build
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment