allow translating directory name
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-09-16 20:17:18 -04:00
commit 692344edfb
No known key found for this signature in database
9 changed files with 12 additions and 0 deletions

View file

@ -25,6 +25,18 @@ export default defineConfig({
href: "https://wetdry.world/@QuadRadical", href: "https://wetdry.world/@QuadRadical",
}, },
], ],
sidebar: [
{ slug: "index" },
{
label: "Services",
translations: {
// "fr-FR": "Services translation here",
},
autogenerate: { directory: "services" },
},
{ slug: "code" },
{ slug: "donate" },
],
defaultLocale: "root", defaultLocale: "root",
locales: { locales: {