configure config for clean urls

This commit is contained in:
radiorambo
2025-12-15 21:36:39 +05:30
parent e1d4533887
commit 3df8a97463
2 changed files with 953 additions and 73 deletions

View File

@@ -5,6 +5,7 @@ export default defineConfig({
title: "Libation", title: "Libation",
description: "Libation: Liberate your Library - A free application for downloading your Audible audiobooks", description: "Libation: Liberate your Library - A free application for downloading your Audible audiobooks",
head: [["link", { rel: "icon", href: "/favicon.ico" }]], head: [["link", { rel: "icon", href: "/favicon.ico" }]],
cleanUrls: true,
themeConfig: { themeConfig: {
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
logo: { logo: {

1025
package-lock.json generated
View File

File diff suppressed because it is too large Load Diff