Added Sb1 Actual integration to projects.
All checks were successful
Build and deploy website / build (push) Successful in 39s

- Code style is Catppuccin Mocha
- Added lang tag to project
- Added keywords to project
- Sort projects by latest updated
This commit is contained in:
2025-02-27 21:13:01 +01:00
parent 14c65bda05
commit a2584b97a1
13 changed files with 175 additions and 33 deletions

View File

@ -38,6 +38,11 @@ export default defineConfig({
vite: {
plugins: [tailwindcss()],
},
markdown: {
shikiConfig: {
theme: "catppuccin-mocha",
},
},
env: {
schema: {
DOMAIN: envField.string({ context: "client", access: "public" }),