Skip to content

Commit

Permalink
Remove next-sitemap.config.js and update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyteDuke committed Sep 29, 2024
1 parent 35d4724 commit 1fa985d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions next-sitemap.config.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"private": true,
"type": "module",
"scripts": {
"build": "next build && next-sitemap",
"build": "vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"postbuild": "next-sitemap",
"dev": "vite --host",
"lint": "eslint .",
"prepare": "husky",
Expand Down

0 comments on commit 1fa985d

Please sign in to comment.