Skip to content

Commit

Permalink
improve for [locale]
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 29, 2024
1 parent 56b68c0 commit 3bc8db4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elsoul/fresh-sitemap",
"version": "1.0.3",
"description": "Lightweight global state management library for Fresh framework using Preact signals.",
"version": "1.0.4",
"description": "This plugin generates a sitemap for a Deno Fresh v2 project.",
"runtimes": ["deno", "browser"],
"exports": "./mod.ts",
"tasks": {
Expand Down
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ async function generateSitemap(
async function addDirectory(directory: string) {
for await (const path of stableRecurseFiles(directory)) {
const removedLocalePath = removeLocaleFromPath(path)
console.log('Removed Locale Path:', removedLocalePath)
processPathSegments(removedLocalePath)
}
}
Expand Down

0 comments on commit 3bc8db4

Please sign in to comment.