From 4024c137b0d8839f898f69cd832925d6c38fa879 Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Wed, 4 Nov 2020 19:43:00 -0500 Subject: [PATCH] Allow v3 domains --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index c277f73c..dae7d40b 100755 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ module.exports = withMDX({ pageExtensions: ['js', 'jsx', 'mdx'], assetPrefix: isProd ? '/v3' : '', images: { - domains: ['hackclub.com', 'dl.airtable.com', 'cdn.glitch.com'] + domains: ['hackclub.com', 'v3.hackclub.dev', 'v3.hackclub.com', 'dl.airtable.com', 'cdn.glitch.com'] }, webpack: (config, { isServer }) => { if (isServer) {