Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
NeatKYU committed Dec 9, 2023
1 parent b099cfc commit bb4e328
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 79 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ThemeProvider from '@/components/providers/ThemeProvider'
import TanstackProvider from '@/components/providers/TanstackProvider'
import { Layout } from '@/components/layout/index'

import '@/styles/globals.css'
import '@/styles/globals.scss'
import { PostCardList } from '@/components/post/PostCardList'

export const metadata: Metadata = {
Expand Down
71 changes: 41 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"recoil": "^0.7.6",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.69.5",
"typescript": "4.9.4"
},
"devDependencies": {
Expand Down
22 changes: 0 additions & 22 deletions pages/api/comment/index.ts

This file was deleted.

26 changes: 0 additions & 26 deletions pages/profile/index.tsx

This file was deleted.

1 comment on commit bb4e328

@vercel
Copy link

@vercel vercel bot commented on bb4e328 Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kylog – ./

kylog-git-main-neatkyu.vercel.app
kylog-neatkyu.vercel.app

Please sign in to comment.