From ef4fb0a5277ee99bd0f1747b77e733ef7f02460d Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Wed, 6 Sep 2023 19:53:23 -0500 Subject: Make BreadCrumbs domain agnostic --- next.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'next.config.js') 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 +} -- cgit v1.2.3