Attempt to fix issues with slugs

This commit is contained in:
Morgan Dean
2025-07-30 23:24:43 +01:00
parent 86f20c8e19
commit f2e896c904
2 changed files with 0 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ const withMDX = createMDX();
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
trailingSlash: true,
assetPrefix: '/docs',
basePath: '/docs',
async rewrites() {