mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix relative paths for page.
This commit is contained in:
parent
737bf7da02
commit
5be13be6c2
@ -3,6 +3,8 @@ const webpack = require('webpack')
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
|
publicPath: './',
|
||||||
|
assetsDir: './',
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
Loading…
Reference in New Issue
Block a user