nextjs-velite-blog-template
nextjs-velite-blog-template copied to clipboard
import { posts } from "#site/content"
I'm getting a "Cannot find module '#site/content' or its corresponding type declarations." error every time I 'import { posts } from "#site/content"'. Where is this module located?