Skip to content

Commit

Permalink
chore: 프로젝트 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
devyouth94 committed Jan 22, 2025
1 parent ffb51c4 commit eb30b31
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "@typescript-eslint/parser",
"extends": ["next/core-web-vitals", "prettier"],
"plugins": ["simple-import-sort", "unused-imports", "@typescript-eslint"],
"rules": {
Expand Down
4 changes: 0 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ const nextConfig = {
reactStrictMode: true,
images: {
remotePatterns: [
{ protocol: "https", hostname: "i.ytimg.com" },
{ protocol: "https", hostname: "images.unsplash.com" },
{ protocol: "https", hostname: "*.notion.so" },
],
},
rewrites: async () => {
return [{ source: "/sitemap.xml", destination: "/api/sitemap" }];
},
};

module.exports = nextConfig;
2 changes: 0 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const config = {
"light-green": "#35c19f",
},
spacing: {
header: "var(--height-header)",
footer: "var(--height-header)",
content: "var(--width-content)",
limit: "var(--width-limit)",
},
Expand Down
5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"paths": {
"src/*": ["./src/*"],
"app/*": ["./app/*"],
"public/*": ["./public/*"],

// legacy
"~/*": ["./src/*"],
"root/*": ["./*"],
},
"plugins": [{ "name": "next" }],
},
Expand Down

0 comments on commit eb30b31

Please sign in to comment.