mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
fix(website): redirect for logo
This commit is contained in:
@@ -26,4 +26,13 @@ export default withBundleAnalyzer({
|
|||||||
contentDispositionType: 'attachment',
|
contentDispositionType: 'attachment',
|
||||||
contentSecurityPolicy: "default-src 'self'; frame-src 'none'; sandbox;",
|
contentSecurityPolicy: "default-src 'self'; frame-src 'none'; sandbox;",
|
||||||
},
|
},
|
||||||
|
async redirects() {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
source: '/static/logo.svg',
|
||||||
|
destination: '/logo.svg',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user