This is the first article of the blog.
The project now includes:
- Nuxt 4
- Nuxt Content
- Localized article routes
- Static page generation
- Pagefind indexing
- GitHub Pages deployment
const message: string = 'hello, blog'
console.log(message)
A sample article for verifying Nuxt Content, localized routes, and static generation.
This is the first article of the blog.
The project now includes:
const message: string = 'hello, blog'
console.log(message)
Comments
Loading comments…