Skip to content

Commit

Permalink
improve icons again
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Dec 30, 2024
1 parent e691801 commit 9595373
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,12 @@ export default defineConfig({
},
head: [
["link", { rel: "shortcut icon", href: "/assets/favicon.ico" }],
["link", { rel: "icon", href: "/assets/icon_32x32.png", sizes: "32x32" }],
["link", { rel: "icon", href: "/assets/icon_48x48.png", sizes: "48x48" }],
["link", { rel: "icon", href: "/assets/icon_96x96.png", sizes: "96x96" }],
["link", { rel: "icon", href: "/assets/icon_144x144.png", sizes: "144x144" }],
["link", { rel: "icon", type: "image/png", href: "/assets/favicon-96x96.png", sizes: "96x96" }],
["link", { rel: "icon", type: "image/svg+xml", href: "/assets/favicon.svg" }],
["link", { rel: "apple-touch-icon", href: "/assets/apple-touch-icon.png", sizes: "180x180" }],
["link", { rel: "manifest", href: "/assets/site.webmanifest" }],

["meta", { name: "apple-mobile-web-app-title", content: "Pumpkin" }],
["meta", { name: "keywords", content: "minecraft, performance, pumpkin, rust, server" }],
],
});
Binary file added docs/public/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/assets/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/assets/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/public/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/public/assets/icon.png
Binary file not shown.
Binary file removed docs/public/assets/icon_144x144.png
Binary file not shown.
Binary file removed docs/public/assets/icon_32x32.png
Binary file not shown.
Binary file removed docs/public/assets/icon_48x48.png
Binary file not shown.
Binary file removed docs/public/assets/icon_96x96.png
Binary file not shown.
21 changes: 21 additions & 0 deletions docs/public/assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Pumpkin",
"short_name": "Pumpkin",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added docs/public/assets/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/assets/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9595373

Please sign in to comment.