diff --git a/apps/homepage2/next.config.js b/apps/homepage2/next.config.js index c8cfc5cd..822de6ca 100644 --- a/apps/homepage2/next.config.js +++ b/apps/homepage2/next.config.js @@ -15,6 +15,24 @@ module.exports = { port: '', pathname: '/*', }, + { + protocol: 'https', + hostname: 'registry.jsonresume.org', + port: '', + pathname: '/*', + }, + { + protocol: 'https', + hostname: 'avatars.githubusercontent.com', + port: '', + pathname: '/*', + }, + { + protocol: 'https', + hostname: 'screenshot-peach-beta.vercel.app', + port: '', + pathname: '/*', + }, ], }, }; diff --git a/apps/homepage2/pages/_document.js b/apps/homepage2/pages/_document.js index b7fa0ac9..4107c456 100644 --- a/apps/homepage2/pages/_document.js +++ b/apps/homepage2/pages/_document.js @@ -73,7 +73,12 @@ export default class MyDocument extends Document {