7 Commits
Author SHA1 Message Date
Djeex 912b0b42ef Fixed gluetun version 2026-08-25 10:34:32 +00:00
Djeex e4a7405bfe Fixed deprecated path in qbitorrent.md 2026-08-25 10:32:59 +00:00
Djeex 2dfe9e6652 chore: bump nuxt to ^3.21.11 to match main
The pinned nuxt ^3.14.159 never resolved a fuse.js version satisfying
@vueuse/integrations' optional peer dependency (fuse.js ^7), used by
Docus's search component. A clean install would crash rendering any
page. Matching main's nuxt version pulls in @nuxt/cli's own fuse.js
^7.4.2, which npm hoists and that satisfies the peer.
2026-08-11 23:21:38 +02:00
Djeex e6c18a3a7a feat: add canonical URL and og:url
Docus doesn't generate canonical links or og:url natively. This
branch has no @nuxtjs/sitemap/nuxt-site-config, so the plugin reads
the base URL from docus.url in app.config.ts (already includes the
/fr prefix) instead of hardcoding it, and combines it with the
current route path.
2026-08-11 23:14:20 +02:00
Djeex 9b852e5834 Fixed darkreader lock 2026-08-11 10:11:56 +00:00
Djeex 4874316023 feat: generate /fr/sitemap.xml via custom Nitro route
@nuxtjs/sitemap is incompatible with app.baseURL: '/fr/' here — it broke
nginx routing (403) on this deployment where /fr/ is served via an alias
to a separate static build. A hand-rolled Nitro route sidesteps the
module entirely and gets prerendered to a plain sitemap.xml file at the
root of the generated output, matching what the nginx alias expects.
2026-08-11 11:44:46 +02:00
Djeex 916c16d7ce feat: add SEO descriptions to all pages and fix canonical URL 2026-08-11 11:31:10 +02:00

Diff Content Not Available