Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 29, 2024
1 parent fc42d06 commit 29ba565
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": "1.0.8",
"version": "1.0.9",
"description": "This plugin generates a sitemap for a Deno Fresh v2 project.",
"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 @@ -249,8 +249,8 @@ async function generateArticlesSitemap(
console.log(removedLocaleSegments)
const articleType = removedLocaleSegments[1]
const articleRoute = await findFolderPathRecursively(
articleType,
articlesDirectory,
articleType,
)
if (!articleRoute) return

Expand Down

0 comments on commit 29ba565

Please sign in to comment.