Skip to content

Commit

Permalink
Refactored code for login and register
Browse files Browse the repository at this point in the history
  • Loading branch information
tigeryash committed Jan 16, 2025
1 parent e5fb463 commit 90246ac
Show file tree
Hide file tree
Showing 15 changed files with 3,004 additions and 297 deletions.
7 changes: 7 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
webpack(config) {
config.module.rules.push({
test: /\.svg$/,
use: ["@svgr/webpack"],
});
return config;
},
};

export default nextConfig;
Loading

0 comments on commit 90246ac

Please sign in to comment.