Skip to content

Commit 11bbfc3

Browse files
committed
Add favicon
1 parent 47a8bb7 commit 11bbfc3

File tree

8 files changed

+7
-0
lines changed

8 files changed

+7
-0
lines changed

docs/.vuepress/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ module.exports = {
22
title: "RestSharp",
33
description: "Simple .NET client for HTTP REST APIs",
44
plugins: ["@vuepress/active-header-links"],
5+
head: [
6+
["link", {rel: "apple-touch-icon", sizes: "180x180", href: "/apple-touch-icon.png"}],
7+
["link", {rel: "icon", type: "image/png", sizes: "32x32", href: "/favicon-32x32.png"}],
8+
["link", {rel: "icon", type: "image/png", sizes: "16x16", href: "/favicon-16x16.png"}],
9+
["link", {rel: "manifest", href: "/site.webmanifest"}]
10+
],
511
themeConfig: {
612
logo: "/restsharp.png",
713
navbar: [
11.9 KB
Loading
53.8 KB
Loading
10.8 KB
Loading
585 Bytes
Loading
1.26 KB
Loading

docs/.vuepress/public/favicon.ico

15 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 commit comments

Comments
 (0)