mirror of
https://github.com/Xevion/power-math.git
synced 2025-12-07 01:15:55 -06:00
vue config publicpath fix for GitHub pages
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
module.exports = {
|
||||
outputDir: './docs/',
|
||||
publicPath: process.env.NODE_ENV === 'production' ? '/power-math/' : '/',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user