diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-05-30 21:11:40 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2026-02-20 15:13:00 -0500 |
| commit | 16baa822cc897fa8764c14861f7869f46ca50e30 (patch) | |
| tree | a970198a53dd4449ed8702d90433fda787075bcd /next.config.js | |
| parent | 56a2f28565244127bb91ebabac731eaef950f3ec (diff) | |
Compress results gif
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index 023ecb8..b02506e 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 || 'furkistan.com', } }; -}
\ No newline at end of file +} |
