diff options
Diffstat (limited to 'examples/minimal/src')
-rw-r--r-- | examples/minimal/src/pages/index.astro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/minimal/src/pages/index.astro b/examples/minimal/src/pages/index.astro index 3fba466cb..7264ff502 100644 --- a/examples/minimal/src/pages/index.astro +++ b/examples/minimal/src/pages/index.astro @@ -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> |