We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539dfe0 commit 1d895edCopy full SHA for 1d895ed
src/pages/writing/index.astro
@@ -1,5 +1,5 @@
1
---
2
-import { getCollection, getEntry, render } from 'astro:content';
+import { getCollection, getEntry } from 'astro:content';
3
import Author from '@/components/ui/Author.astro';
4
import Container from '@/components/Container.astro';
5
import BaseLayout from '@/layouts/BaseLayout.astro';
0 commit comments