unfinished basic landing page/layout, navbar

This commit is contained in:
3zachm 2022-12-08 07:02:48 -08:00
parent 09f1dbd607
commit f2600b7809
8 changed files with 276 additions and 13 deletions

View file

@ -2,6 +2,9 @@
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ["cdn.discordapp.com", "static-cdn.jtvnw.net", "cdn.7tv.app"],
},
};
module.exports = nextConfig;