mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-01 18:33:04 +02:00
fix relative paths for page.
This commit is contained in:
parent
737bf7da02
commit
5be13be6c2
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ const webpack = require('webpack')
|
|||
|
||||
module.exports = {
|
||||
productionSourceMap: false,
|
||||
publicPath: './',
|
||||
assetsDir: './',
|
||||
configureWebpack: {
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue