Added navbar

This commit is contained in:
VityaSchel
2023-10-01 21:56:32 +04:00
parent a4667f57c7
commit 6653796e87
13 changed files with 508 additions and 26 deletions

View File

@@ -1,6 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
redirects: {
permanent: false,
destination: '/ps7',
source: '/'
}
}
module.exports = nextConfig