diff options
Diffstat (limited to 'examples/ssr/src')
-rw-r--r-- | examples/ssr/src/pages/index.astro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ssr/src/pages/index.astro b/examples/ssr/src/pages/index.astro index 23a4c2721..a8f95588b 100644 --- a/examples/ssr/src/pages/index.astro +++ b/examples/ssr/src/pages/index.astro @@ -6,6 +6,8 @@ import { getProducts } from '../api'; import '../styles/common.css'; const products = await getProducts(Astro.request); + +return; --- <html lang="en"> |