We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92c151c + 5c1101f commit a73e429Copy full SHA for a73e429
1 file changed
docs/.vitepress/config.mts
@@ -5,7 +5,7 @@ export default defineConfig({
5
title: "Random Memes",
6
description: "🌁 Random meme genarator package with reddit & custom api support",
7
head: [['link', { rel: 'icon', href: '/favicon.png' }]],
8
-
+ base: '/random-memes/',
9
themeConfig: {
10
11
// https://vitepress.dev/reference/default-theme-config
0 commit comments