Skip to content

Commit

Permalink
fix(sitemap): fix typo in common js sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
jerensl committed Oct 16, 2023
1 parent 7c4db8e commit 50cdb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default (phase, { defaultConfig }) => {
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
reactStrictMode: true,
swcMinify: true,
images: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"postbuild": "next-sitemap -- next-sitemap.cjs",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.cjs",
"start": "next start",
"lint": "next lint",
"test": "jest",
Expand Down

0 comments on commit 50cdb25

Please sign in to comment.