pages and menus
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: "/",
|
||||
destination: "/login",
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
},
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
distDir: "build",
|
||||
|
||||
Reference in New Issue
Block a user