summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-vite-plugin-pwa/src')
-rw-r--r--examples/with-vite-plugin-pwa/src/pages/index.astro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/with-vite-plugin-pwa/src/pages/index.astro b/examples/with-vite-plugin-pwa/src/pages/index.astro
index af2303f57..28af70e3b 100644
--- a/examples/with-vite-plugin-pwa/src/pages/index.astro
+++ b/examples/with-vite-plugin-pwa/src/pages/index.astro
@@ -12,8 +12,6 @@
<body>
<h1>Welcome to <a href="https://astro.build/">Astro</a></h1>
- <script src="/src/index.ts">
-
- </script>
+ <script src="/src/index.ts"></script>
</body>
</html>