Skip to content

Commit

Permalink
Merge pull request #5 from maicss/meta-fix
Browse files Browse the repository at this point in the history
feat: meta
  • Loading branch information
maicss authored Nov 16, 2023
2 parents 3ba0916 + fce542b commit 2a3c623
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Maicss",
description: "Miacss' website",
description: "Miacss' website pyqt 中文 教程 pyqt5 pyqt6",
// base: '/',
head: [
["link", { rel: "icon", href: "/favicon.ico" }],
Expand Down
3 changes: 2 additions & 1 deletion pages/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

User-agent: *
Allow: /
22 changes: 21 additions & 1 deletion pages/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
{"name":"Maicss' website","short_name":"Maicss' website","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"}
{
"name": "Maicss' website",
"short_name": "Maicss' website",
"description": "maicss blog pyqt 中文 教程 chinese tutorial pyqt5 pyqt6",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"orientation": "portrait-primary",
"background_color": "#ffffff",
"display": "browser"
}

0 comments on commit 2a3c623

Please sign in to comment.