Skip to content

Commit 5c1101f

Browse files
committed
docs: ✏️ add base url to docs config
1 parent 847b591 commit 5c1101f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
title: "Random Memes",
66
description: "🌁 Random meme genarator package with reddit & custom api support",
77
head: [['link', { rel: 'icon', href: '/favicon.png' }]],
8-
8+
base: '/random-memes/',
99
themeConfig: {
1010

1111
// https://vitepress.dev/reference/default-theme-config

0 commit comments

Comments
 (0)