Improved homepage 🙏
This commit is contained in:
@@ -7,7 +7,11 @@ import webpackConfig from '../../webpack.config';
|
||||
const PUBLIC_PATH = webpackConfig.output.publicPath;
|
||||
|
||||
const prefetchTags = [
|
||||
<link rel="dns-prefetch" href={process.env.AWS_S3_UPLOAD_BUCKET_URL} />,
|
||||
<link
|
||||
rel="dns-prefetch"
|
||||
href={process.env.AWS_S3_UPLOAD_BUCKET_URL}
|
||||
key="dns"
|
||||
/>,
|
||||
];
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user