Changes config for live site
This commit is contained in:
parent
5677e5d809
commit
008e181a9d
|
@ -1,7 +1,7 @@
|
|||
const withSass = require('@zeit/next-sass');
|
||||
|
||||
const dev = process && process.env && process.env.NODE_ENV === 'development';
|
||||
const subDirPath = dev ? '' : '/';
|
||||
const subDirPath = dev ? '' : '';
|
||||
|
||||
module.exports =
|
||||
withSass({
|
||||
|
|
Loading…
Reference in New Issue