mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Allow v3 domains
This commit is contained in:
parent
20dbde0149
commit
4024c137b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue