aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js
index 023ecb8..2fa75e0 100644
--- a/next.config.js
+++ b/next.config.js
@@ -14,6 +14,9 @@ module.exports = () => {
...webpackConfig,
sassOptions: {
includePaths: [path.join(__dirname, 'styles')]
+ },
+ env: {
+ DISPLAY_DOMAIN: process.env.DISPLAY_DOMAIN || 'flu0r1ne.net',
}
};
-} \ No newline at end of file
+}