Skip to content

Commit 05def9d

Browse files
authored
Merge pull request #2 from kkh000/part3-김규헌-week14
Part3 김규헌 week14
2 parents 0a07dde + a74f64d commit 05def9d

File tree

111 files changed

+3656
-483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+3656
-483
lines changed

Diff for: .babelrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"presets": ["next/babel"],
3+
"plugins": [["babel-plugin-styled-components", { "fileName": true, "displayName": true, "pure": true }]]
4+
}

Diff for: next.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
}
4+
};
55

6-
module.exports = nextConfig
6+
module.exports = nextConfig;

0 commit comments

Comments
 (0)