mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-10 23:03:05 +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 = {
|
module.exports = {
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
|
publicPath: './',
|
||||||
|
assetsDir: './',
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue