fix: broken favicon url

This commit is contained in:
Stevan Freeborn
2023-04-10 23:25:06 -05:00
parent 7d7bffc20a
commit 7739cf2958
+1 -1
View File
@@ -7,7 +7,7 @@ export const metadata = {
icons: { icons: {
icon: [ icon: [
{ {
url: 'images/favicon.ico', url: 'docs/images/favicon.ico',
type: 'image/x-icon', type: 'image/x-icon',
}, },
], ],