aboutsummaryrefslogtreecommitdiff
path: root/examples/env-vars/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/env-vars/src/pages/index.astro')
-rw-r--r--examples/env-vars/src/pages/index.astro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/env-vars/src/pages/index.astro b/examples/env-vars/src/pages/index.astro
index b48fac193..35a441c63 100644
--- a/examples/env-vars/src/pages/index.astro
+++ b/examples/env-vars/src/pages/index.astro
@@ -16,6 +16,8 @@ console.log({ SSR, PUBLIC_SOME_KEY });
</head>
<body>
<h1>Hello, Environment Variables!</h1>
- <script src="/src/scripts/client.ts"></script>
+ <script src="/src/scripts/client.ts">
+
+ </script>
</body>
</html>