We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d711632 commit a1ad406Copy full SHA for a1ad406
src/pages/index.astro
@@ -30,9 +30,9 @@ const socialCount = SOCIALS.filter(social => social.active).length;
30
<Header />
31
<main id="main-content">
32
<section id="hero">
33
- <h1>emeraldjava-astro: Hi</h1>
34
- <h2>Vite is running in %MODE%</h2>
35
- <p>Using data from %VITE_BASE%</p>
+ <!--<h1>emeraldjava-astro: Hi</h1>-->
+ <!--<h2>Vite is running in %MODE%</h2>-->
+ <!--<p>Using data from %VITE_BASE%</p>-->
36
<!--<li>-->
37
<!-- <a-->
38
<!-- class={Astro.url.pathname.split("/")[1] === "" ? "underline" : ""}-->
0 commit comments