feat: testing
All checks were successful
Deploy Website / build (push) Successful in 1m58s

This commit is contained in:
TheClashFruit 2024-08-03 18:45:39 +02:00 committed by Forgejo
parent 814984ad0e
commit a1a648446d
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -15,7 +15,7 @@ const nextConfig = {
return childProcess.execSync('git rev-parse HEAD').toString().trim();
},
pageExtensions: [ 'js', 'jsx', 'md', 'mdx', 'ts', 'tsx' ],
// assetPrefix: isProd ? 'https://raw.theclashfruit.me/flint/website/pages' : undefined
assetPrefix: isProd ? 'http://localhost:3000/flint/website/pages' : undefined
};
module.exports = createMDX({