From a1abe58273d4b4bc8068887bc608898ff2e90b38 Mon Sep 17 00:00:00 2001 From: Artem Demo Date: Wed, 31 Aug 2022 18:20:20 +0300 Subject: [PATCH] Update next.config.js --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index caf87db9..59e2db5c 100644 --- a/next.config.js +++ b/next.config.js @@ -10,6 +10,8 @@ const withMDX = require('@next/mdx')({ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, + // https://nextjs.org/docs/api-reference/next.config.js/basepath + basePath: '/', pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'], env: { appVersion: packageFile.version,