Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hendrix committed Jul 7, 2023
1 parent c0f8a8a commit 01e7766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: 'export'
}

module.exports = nextConfig
2 changes: 0 additions & 2 deletions src/app/api/users/[id]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ export const PUT = routeWrapper(
return NextResponse.json(updatedUser)
}
)

export default GET

0 comments on commit 01e7766

Please sign in to comment.