mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-19 01:16:35 +00:00
set asset prefix
This commit is contained in:
parent
8d35f87e1c
commit
1a6179e931
@ -1,6 +1,7 @@
|
|||||||
const withSass = require('@zeit/next-sass')
|
const withSass = require('@zeit/next-sass')
|
||||||
module.exports =
|
module.exports =
|
||||||
withSass({
|
withSass({
|
||||||
|
assetPrefix: isProduction ? '/ETHPrize' : '',
|
||||||
exportPathMap: function(defaultPathMap) {
|
exportPathMap: function(defaultPathMap) {
|
||||||
return {
|
return {
|
||||||
'/': { page: '/' }
|
'/': { page: '/' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user