fix: remove assetPrefix
All checks were successful
Deploy Website / build (push) Successful in 1m26s

This commit is contained in:
TheClashFruit 2024-04-21 17:40:54 +02:00
parent ef5ea8eaa9
commit 0a977a4dc2
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

@ -11,7 +11,7 @@ const nextConfig = {
sassOptions: {
includePaths: [ path.join(__dirname, 'styles') ]
},
assetPrefix: isProd ? 'https://raw.theclashfruit.me/flint/website/pages' : undefined
// assetPrefix: isProd ? 'https://raw.theclashfruit.me/flint/website/pages' : undefined
};
module.exports = createMDX({