Skip to content

Commit

Permalink
Merge pull request #2 from kkh000/part3-김규헌-week14
Browse files Browse the repository at this point in the history
Part3 김규헌 week14
  • Loading branch information
kkh000 authored Mar 31, 2024
2 parents 0a07dde + a74f64d commit 05def9d
Show file tree
Hide file tree
Showing 111 changed files with 3,656 additions and 483 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["next/babel"],
"plugins": [["babel-plugin-styled-components", { "fileName": true, "displayName": true, "pure": true }]]
}
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
};

module.exports = nextConfig
module.exports = nextConfig;
Loading

0 comments on commit 05def9d

Please sign in to comment.