From 605c3d3aac64d9d2bb99d9179db4c7533f783cde Mon Sep 17 00:00:00 2001 From: Sam Poder <39828164+sampoder@users.noreply.github.com> Date: Thu, 19 Aug 2021 12:53:43 +0800 Subject: [PATCH] Update next.config.js --- docs/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/next.config.js b/docs/next.config.js index 3adba28..a654789 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -2,5 +2,5 @@ const isProd = process.env.NODE_ENV === 'production' const withMDX = require('@next/mdx')({ extension: /\.mdx?$/ }) module.exports = withMDX({ pageExtensions: ['js', 'jsx', 'mdx'], - assetPrefix: isProd ? 'https://theme.hackclub.com' : '' + assetPrefix: isProd ? 'https://theme.innovationcircuit.co' : '' })