Skip to content

Commit

Permalink
update tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
lilacstella committed Sep 20, 2024
1 parent a5c00ba commit f262701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const stuff = await Astro.glob('./stuff/*.md');
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✨</text></svg>">
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
<title>Stella's website</title>
</head>
<body>
<div>
Expand Down

0 comments on commit f262701

Please sign in to comment.