Skip to content

Commit c6dad25

Browse files
committed
fix auth
1 parent 443e74f commit c6dad25

File tree

12 files changed

+2465
-2951
lines changed

12 files changed

+2465
-2951
lines changed

peerprep-fe/next.config.mjs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
output: "standalone"
3+
output: 'standalone',
44
};
55

66
export default nextConfig;
7+
8+
// /** @type {import('next').NextConfig} */
9+
// const nextConfig = {
10+
// output: 'standalone',
11+
// experimental: {
12+
// middleware: true,
13+
// },
14+
// };
15+
16+
// export default nextConfig;

peerprep-fe/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"nuqs": "^1.19.3",
3131
"react": "^18",
3232
"react-dom": "^18",
33+
"react-nice-avatar": "^1.5.0",
3334
"tailwind-merge": "^2.5.2",
3435
"tailwindcss-animate": "^1.0.7",
3536
"zustand": "5.0.0-rc.2"

0 commit comments

Comments
 (0)