Allow v3 domains

This commit is contained in:
Lachlan Campbell 2020-11-04 19:43:00 -05:00 committed by GitHub
parent 20dbde0149
commit 4024c137b0

View file

@ -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) {