mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
Merge pull request #123 from reynaldichernando/fix-docs-assets
docs: Adjust static assets directory and fix favicon path
This commit is contained in:
@@ -73,5 +73,5 @@ export default defineConfig({
|
||||
},
|
||||
outline: "deep"
|
||||
},
|
||||
head: [["link", { rel: "icon", href: "/assets/favicon.ico" }]],
|
||||
head: [["link", { rel: "icon", href: "/Pumpkin/assets/favicon.ico" }]],
|
||||
});
|
||||
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 836 KiB After Width: | Height: | Size: 836 KiB |
Reference in New Issue
Block a user