Jürgen Wöckl

Results 1 issues of Jürgen Wöckl

I'm trying to get content collections running using SSR with Deno. Using the deno-astro-template Astro works, but the collections is empty: * File: src/pages/blog/index.astro ``` --- import Layout from "../../layouts/Layout.astro"...