Restructure blogs as Astro monorepo
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-13 21:15:16 +02:00
parent fb5a3b8093
commit 58d8b661a8
1055 changed files with 116254 additions and 89 deletions

6
sites/art/.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"plugins": ["prettier-plugin-tailwindcss"],
"printWidth": 80,
"tabWidth": 2,
"tailwindStylesheet": "./src/app/globals.css"
}