Skip to content

Commit a73e429

Browse files
authored
Merge pull request #38 from halitsever/development
docs: ✏️ add base url to docs config
2 parents 92c151c + 5c1101f commit a73e429

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)