jolbol1 / nextjs-velite-blog-template

A static blog template built using NextJS 14, Velite, Tailwind, Shadcn/UI and MDX. Follow along on YouTube!
https://my-first-blog-dusky.vercel.app
120 stars 40 forks source link

import { posts } from "#site/content" #13

Open jeffclaybrook opened 2 months ago

jeffclaybrook commented 2 months ago

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?

jolbol1 commented 2 months ago

This path is aliased in the tsconfig.json. It should point to ./.velite

Make sure velite has run and that folder should be there.