Skip to content

Commit

Permalink
fix deployment (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
geisterfurz007 authored May 30, 2024
1 parent 9d08312 commit 4d6be27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/generate-sitemap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const sitemap = require("nextjs-sitemap-generator");
import sitemap from "nextjs-sitemap-generator";

sitemap({
baseUrl: "https://codesupport.dev",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "eslint src --ext .{ts,tsx,js}",
"lint:fix": "eslint src --ext .{ts,tsx,js} --fix"
},
Expand Down

0 comments on commit 4d6be27

Please sign in to comment.