diff --git a/next.config.mjs b/next.config.mjs index c9403c6..fabed9b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,6 +7,15 @@ const nextConfig = { unoptimized: true, }, output: 'standalone', + async redirects() { + return [ + { + source: '/invite', + destination: 'https://invite.jefflix.lol', + permanent: true, + }, + ] + }, } export default nextConfig \ No newline at end of file