mirror of
https://github.com/trycua/computer.git
synced 2026-03-01 03:18:38 -06:00
Specify no trailing slash
This commit is contained in:
@@ -5,6 +5,7 @@ const withMDX = createMDX();
|
||||
/** @type {import('next').NextConfig} */
|
||||
const config = {
|
||||
reactStrictMode: true,
|
||||
trailingSlash: false,
|
||||
basePath: '/docs',
|
||||
async rewrites() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user