Inital commit!

This commit is contained in:
Florian Sylvain
2023-11-09 23:25:01 +01:00
parent c0da6914c2
commit 28cd26b05c
13 changed files with 544 additions and 199 deletions
+10 -1
View File
@@ -1,4 +1,13 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'i.scdn.co',
},
],
},
}
module.exports = nextConfig