Skip to content

Commit

Permalink
home: Add value to the <meta name="description"> element
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed May 8, 2024
1 parent ae00dcb commit 2c2d432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/home/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineNuxtConfig({
viewport: 'width=device-width, initial-scale=1',
title: '一口菠萝包片夹小洺',
meta: [
{ name: 'description', content: '' },
{ name: 'description', content: '一口菠萝包片夹小洺的主页 & 直播点唱歌单 | 哔哩哔哩 UID:391500490 直播间号:32452928' },
{ name: 'format-detection', content: 'telephone=no' },
{ name: 'theme-color', content: '#89c1cf', media: '(prefers-color-scheme: light)' },
{ name: 'theme-color', content: '#89c1cf', media: '(prefers-color-scheme: dark)' }
Expand Down

0 comments on commit 2c2d432

Please sign in to comment.