Test page
This is a smoke-test page. If you can read this at /test/, the pipeline works.
What this page proves
- Content collections load Markdown from
src/content/pages/ - The catch-all route resolves
legacyUrlcorrectly - BaseLayout renders SEO meta and hreflang
- Tailwind v4 + brand tokens are wired up
trailingSlash: 'always'produces/test/
A few formatting checks
Inline bold, italic, and code should look right. A link should be visibly distinct.
// Code blocks should have a background and monospace font.
const stack = ['Astro', 'Tailwind', 'Markdown'];
Blockquotes should be indented with a left border.