Skip to content

Commit

Permalink
fix: sitemap file must tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
roby2409 committed Apr 1, 2024
1 parent d690679 commit 4078bae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = withPlugins(plugins, {
domains: ['images.ctfassets.net', 'images.eu.ctfassets.net'],
},

pageExtensions: ['page.tsx', 'page.ts', 'page.jsx', 'page.js', 'ts'],
pageExtensions: ['page.tsx', 'page.ts', 'page.jsx', 'page.js', 'tsx'],

webpack(config) {
config.module.rules.push({
Expand Down
File renamed without changes.

0 comments on commit 4078bae

Please sign in to comment.