Skip to content

Commit

Permalink
docs: 修正head文件
Browse files Browse the repository at this point in the history
  • Loading branch information
stick-i committed Sep 2, 2024
1 parent abe3be9 commit 3e31fe8
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions document/web-docs/docs/.vuepress/configs/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ export const head: HeadConfig[] = [
},
],
['link', {rel: 'manifest', href: '/manifest.webmanifest'}],
['meta', {name: 'application-name', content: 'VuePress'}],
['meta', {name: 'apple-mobile-web-app-title', content: 'VuePress'}],
['meta', {name: 'application-name', content: 'SpEL Validator'}],
['meta', {name: 'apple-mobile-web-app-title', content: 'SpEL Validator'}],
['meta', {name: 'apple-mobile-web-app-status-bar-style', content: 'black'}],
[
'link',
{rel: 'apple-touch-icon', href: `/images/icons/apple-touch-icon.png`},
{rel: 'apple-touch-icon', href: `/images/logo.png`},
],
[
'link',
{
rel: 'mask-icon',
href: '/images/icons/safari-pinned-tab.svg',
href: '/images/logo.png',
color: '#3eaf7c',
},
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3e31fe8

Please sign in to comment.