Commit 78df4411 by Archer Committed by GitHub

redirect (#6886)

parent 45c9761d
...@@ -7,7 +7,6 @@ const config: NextConfig = { ...@@ -7,7 +7,6 @@ const config: NextConfig = {
output: 'standalone', output: 'standalone',
reactStrictMode: true, reactStrictMode: true,
compress: true, compress: true,
skipTrailingSlashRedirect: true,
async headers() { async headers() {
return [ return [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment