feat(05-01): configure @nuxt/content with Shiki dual-theme and typography plugin
- Add '@nuxt/content' to modules array in nuxt.config.ts - Add content block: Shiki dual-theme github-light/github-dark - Add Shiki langs: kotlin, java, typescript, shell, bash, json, vue, html, css - Add experimental.sqliteConnector: 'native' (Node 22 native SQLite) - Add @plugin "@tailwindcss/typography" in main.css
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui";
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
@theme {
|
||||
--color-brand-50: #f0faf0;
|
||||
|
||||
Reference in New Issue
Block a user