diff options
Diffstat (limited to 'examples/non-html-pages/src/pages/index.astro')
-rw-r--r-- | examples/non-html-pages/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/non-html-pages/src/pages/index.astro b/examples/non-html-pages/src/pages/index.astro index accde929c..9abb797e4 100644 --- a/examples/non-html-pages/src/pages/index.astro +++ b/examples/non-html-pages/src/pages/index.astro @@ -7,7 +7,7 @@ </head> <body> <h1 id="result">Loading...</h1> - <script type="module"> + <script> // Non-HTML files will be included in your final build, so you // can fetch them directly in the browser. const response = await fetch(`/about.json`); |