Fix unintentional change to minimal example (#5214)
This commit is contained in:
parent
018cc7d51f
commit
f4dd4522bf
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue