Skip to content

Commit

Permalink
refactor: Remove 'output' property from sitemap and Next.js configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
SivaramPg committed Dec 16, 2024
1 parent 39d506a commit c9ccdab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next-sitemap').IConfig} */
const sitemapConfig = {
siteUrl: "https://swapi.info",
output: "export",
generateIndexSitemap: false,
exclude: [
"/api/*",
Expand Down
4 changes: 1 addition & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
}
const nextConfig = {}

export default nextConfig

0 comments on commit c9ccdab

Please sign in to comment.