Skip to content

Commit

Permalink
remove pageExtensions from `next.config.mjs1
Browse files Browse the repository at this point in the history
  • Loading branch information
brignano authored Jul 27, 2024
1 parent 18f2e16 commit 5efae5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: [
'page.tsx',
],
publicRuntimeConfig: {
jsonResumeUrl: process.env.NEXT_PUBLIC_JSON_RESUME_URL
},
Expand Down

0 comments on commit 5efae5c

Please sign in to comment.