fix redirect

This commit is contained in:
Elijah McMorris 2024-02-16 03:32:32 -08:00
parent dbf0b5d670
commit ff6ed19606
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
7 changed files with 76 additions and 45 deletions

View file

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: "standalone",
}
module.exports = nextConfig