Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 28, 2024
1 parent f68521d commit 98d230e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elsoul/fresh-sitemap",
"version": "0.8.4",
"version": "0.8.5",
"description": "Lightweight global state management library for Fresh framework using Preact signals.",
"runtimes": ["deno", "browser"],
"exports": "./mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async function generateSitemap(
if (cleanedPath) {
sitemapSet.add(
JSON.stringify({
loc: basename + cleanedPath,
loc: basename + '/' + cleanedPath,
lastmod: (mtime ?? new Date()).toISOString(),
}),
)
Expand Down

0 comments on commit 98d230e

Please sign in to comment.