Skip to content

Commit

Permalink
fix(web): dont know why, but it works now
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Apr 1, 2024
1 parent 3be699c commit 96428c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web/src/app/og/[id]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ type OGRouteProps = {
}

export const GET = async (_: Request, props: OGRouteProps) => {
console.log(process.cwd())
console.log(fs.readdirSync(process.cwd()))
console.log(fs.readdirSync(path.join(process.cwd(), 'public')))

try {
const {
params: { id }
Expand Down

0 comments on commit 96428c3

Please sign in to comment.