From 1a6179e9319568b6777c6a1c676781bec6ae1d54 Mon Sep 17 00:00:00 2001 From: James Gareth Smith Date: Mon, 9 Jul 2018 09:42:19 +0200 Subject: [PATCH] set asset prefix --- next.config.js | 1 + 1 file changed, 1 insertion(+) 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: '/' }