We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2034f2a commit c105ac5Copy full SHA for c105ac5
1 file changed
docs/.vitepress/config.js
@@ -4,6 +4,7 @@ export default defineConfig({
4
title: "SampSharp",
5
description: ".NET SA-MP",
6
head: [
7
+ ['link', { rel: 'icon', href: '/images/sampsharp.png' }],
8
['meta', { name: 'theme-color', content: '#3c3c3c' }]
9
],
10
0 commit comments