fix redirect
This commit is contained in:
parent
dbf0b5d670
commit
ff6ed19606
7 changed files with 76 additions and 45 deletions
|
@ -1,4 +1,6 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue