Skip to content

Commit 9f304eb

Browse files
authored
Update docs base url (#20)
* 🔧 chore: Update base url config for gh-pages * 🔧 chore: Update docs deps * 🔧 chore: Fix npm version badge
1 parent 7053c40 commit 9f304eb

File tree

4 files changed

+2580
-1560
lines changed

4 files changed

+2580
-1560
lines changed

.badges.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dir": ".github/badges",
33
"files": [
44
{
5-
"fileName": "npm.svg",
5+
"fileName": "version.svg",
66
"label": "npm",
77
"status": "1.5.0",
88
"icon": "npm"

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
description: 'Localazy CDN Client Documentation',
1111

1212
lang: 'en-US',
13-
base: '/',
13+
base: '/cdn-client/',
1414
head: head(),
1515
lastUpdated: true,
1616
markdown: markdown(),

0 commit comments

Comments
 (0)