From a1a648446da3299e166eeebe6e7bd8c6a468eb6f Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Sat, 3 Aug 2024 18:45:39 +0200 Subject: [PATCH] feat: testing --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 547ce3c..d13ad42 100644 --- a/next.config.js +++ b/next.config.js @@ -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({