Skip to content

Commit 6bda43e

Browse files
Merge pull request #57 from makeplane/preview
release: self hosting url redirection bug fixes
2 parents 4bf0f7f + 52b030e commit 6bda43e

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)