Skip to content

Commit 52b030e

Browse files
fix/self hosting page 404 issue on url launch (#55)
1 parent 8a601ff commit 52b030e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

next.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ const withMarkdoc = require('@markdoc/next.js')
22

33
/** @type {import('next').NextConfig} */
44
const nextConfig = {
5-
async redirects() {
6-
return [
7-
{
8-
source: '/self-hosting',
9-
destination: '/self-hosting/docker-compose',
10-
permanent: true,
11-
},
12-
]
13-
},
145
reactStrictMode: true,
156
pageExtensions: ['js', 'jsx', 'md'],
167
experimental: {

0 commit comments

Comments
 (0)