Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app.html #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="follow, index" />
<title>SpaceX Launches | SvelteKit and Vercel</title>
<title>Starship.Social Astro-Port. Starship.Social Launches! A Completely Fully GPL3 Open-Source fork of Telegram with an Open-Source NebulaChat Server in golang. Multiple Blockchains features pending.</title>
<meta
content="SvelteKit app fetching data from the SpaceX GraphQL API, deployed to Vercel."
content="Starship.Social Astro-Port. Starship.Social Launches! A Completely Fully GPL3 Open-Source fork of Telegram with an Open-Source NebulaChat Server in golang. Multiple Blockchains features pending."
name="description"
/>
<meta
property="og:title"
content="SpaceX Launches | SvelteKit and Vercel"
content="Starship.Social Astro-Port"
/>
<meta property="og:image" content="/twitter.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vercel" />
<meta name="twitter:site" content="@HystricidaeTech" />
<meta
name="twitter:title"
content="SpaceX Launches | SvelteKit and Vercel"
content="Starship.Social Astro-Port. Starship.Social Launches! GPL3 Open-Source fork of Telegram with an Open-Source NebulaChat Server in golang. Multiple Blockchains features pending."
/>
<meta
name="twitter:description"
content="SvelteKit app fetching data from the SpaceX GraphQL API, deployed to Vercel."
content="Starship.Social Astro-Port. Starship.Social Launches! A Completely Fully GPL3 Open-Source fork of Telegram with an Open-Source NebulaChat Server in golang. Multiple Blockchains features pending."
/>
<meta name="twitter:image" content="/twitter.png" />
%svelte.head%
Expand Down