An Astro-powered static blog for Disney parks tips.
npm install
npm run devnpm run dev– Start the Astro dev server on http://localhost:4321npm run check– Type-check and validate content collectionsnpm run build– Generate the production build indist/npm run preview– Preview the production build locally
Markdown posts live under src/content/posts/<slug>/index.md with colocated cover.jpg files for optimized images.