diff options
author | 2022-11-08 18:39:22 +0000 | |
---|---|---|
committer | 2022-11-08 18:39:22 +0000 | |
commit | dcdeca56acb6c03d4868ece51ef4611e7598e270 (patch) | |
tree | f8731cc4f82f335c00a4a9a7f4b573d277b84a3e /examples/with-vite-plugin-pwa/src | |
parent | 0dcdc6fb1e6160c8a225a65c4810f565e2b673b5 (diff) | |
download | astro-dcdeca56acb6c03d4868ece51ef4611e7598e270.tar.gz astro-dcdeca56acb6c03d4868ece51ef4611e7598e270.tar.zst astro-dcdeca56acb6c03d4868ece51ef4611e7598e270.zip |
[ci] format
Diffstat (limited to 'examples/with-vite-plugin-pwa/src')
-rw-r--r-- | examples/with-vite-plugin-pwa/src/pages/index.astro | 4 |
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> |