Fix unintentional change to minimal example (#5214)

This commit is contained in:
Erika 2022-10-27 15:39:11 -03:00 committed by GitHub
parent 018cc7d51f
commit f4dd4522bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@
<title>Astro</title>
</head>
<body>
<h1>SITE: {Astro.site}</h1>
<p>BASE_URL: {import.meta.env.BASE_URL}</p>
<h1>Astro</h1>
</body>
</html>