mirror of
https://github.com/flutter/holobooth.git
synced 2025-05-17 21:36:00 +08:00
fix: update meta descriptions (#624)
This commit is contained in:
@ -29,8 +29,8 @@ const BaseHTMLContext: Record<string, string | Record<string, string>> = {
|
||||
meta: {
|
||||
title: 'Google I/O Photo Booth',
|
||||
desc: (
|
||||
'Take a photo at the Google I/O Photo Booth! ' +
|
||||
'Built for Google I/O 2021 with Flutter & Firebase.'
|
||||
'Take a photo in the I/O Photo Booth with your favorite Google Developer Mascots! ' +
|
||||
'Built with Flutter & Firebase for Google I/O 2021.'
|
||||
),
|
||||
},
|
||||
footer: footerTmpl,
|
||||
|
@ -5,9 +5,9 @@
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
|
||||
<meta name="description" content="Take a photo at the Google I/O Photo Booth! Share it with friends and update your profile picture for the event.">
|
||||
<meta name="description" content="Take a photo in the I/O Photo Booth with your favorite Google Developer Mascots! Built with Flutter & Firebase for Google I/O 2021.">
|
||||
|
||||
<meta property="og:description" content="Take a photo at the Google I/O Photo Booth! Share it with friends and update your profile picture for the event.">
|
||||
<meta property="og:description" content="Take a photo in the I/O Photo Booth with your favorite Google Developer Mascots! Built with Flutter & Firebase for Google I/O 2021.">
|
||||
<meta property="og:title" content="Google I/O Photo Booth">
|
||||
<meta property="og:url" content="https://photobooth.flutter.dev">
|
||||
<meta property="og:image" content="https://firebasestorage.googleapis.com/v0/b/io-photobooth-dev.appspot.com/o/public%2Fphotobooth-metadata-image.jpeg?alt=media">
|
||||
@ -15,7 +15,7 @@
|
||||
<meta name="twitter:text:title" content="Google I/O Photo Booth">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Google I/O Photo Booth">
|
||||
<meta name="twitter:description" content="Take a photo at the Google I/O Photo Booth! Share it with friends and update your profile picture for the event.">
|
||||
<meta name="twitter:description" content="Take a photo in the I/O Photo Booth with your favorite Google Developer Mascots! Built with Flutter & Firebase for Google I/O 2021.">
|
||||
<meta name="twitter:image" content="https://firebasestorage.googleapis.com/v0/b/io-photobooth-dev.appspot.com/o/public%2Fphotobooth-metadata-image.jpeg?alt=media">
|
||||
|
||||
<!-- iOS meta tags & icons -->
|
||||
|
Reference in New Issue
Block a user