Merge pull request #123 from reynaldichernando/fix-docs-assets

docs: Adjust static assets directory and fix favicon path
This commit is contained in:
Alexander Medvedev
2024-10-15 20:41:09 +01:00
committed by GitHub
3 changed files with 1 additions and 1 deletions

View File

@@ -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" }]],
});

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 836 KiB

After

Width:  |  Height:  |  Size: 836 KiB