diff --git a/next.config.js b/next.config.js index e313a14..ef52ee3 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ const withSass = require('@zeit/next-sass') module.exports = withSass({ + assetPrefix: isProduction ? '/ETHPrize' : '', exportPathMap: function(defaultPathMap) { return { '/': { page: '/' }