Skip to content

Commit

Permalink
url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Jul 26, 2023
1 parent c6070c7 commit 123b147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
siteUrl: 'https://cocktailsguru.me',
generateRobotsTxt: true,
generateIndexSitemap: false,
trailingSlashes: true,
trailingSlash: true,
exclude: ['404']
}
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
reactStrictMode: true,
output: 'export',
trailingSlashes: true,
trailingSlash: true,
images: {
loader: "custom",
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
Expand Down

0 comments on commit 123b147

Please sign in to comment.