Skip to content

Commit

Permalink
feat: 회원가입, 메인페이지 개발
Browse files Browse the repository at this point in the history
  • Loading branch information
leedahye2001 committed May 17, 2024
1 parent ae58a55 commit 58b3334
Show file tree
Hide file tree
Showing 29 changed files with 4,023 additions and 96 deletions.
14 changes: 14 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack(config) {
config.module.rules.push({
test: /\.svg$/i,
issuer: /\.[jt]sx?$/,
use: ["@svgr/webpack"],
});

return config;
},
};

module.exports = nextConfig;
4 changes: 0 additions & 4 deletions next.config.mjs

This file was deleted.

Loading

0 comments on commit 58b3334

Please sign in to comment.