feat: change code theme
All checks were successful
test-build / guarddog (push) Successful in 24s
test-build / build (push) Successful in 54s

This commit is contained in:
2026-03-31 22:10:15 -05:00
parent d8946158b0
commit dbe3d5cdd2

View File

@@ -6,8 +6,6 @@ import sitemap from '@astrojs/sitemap';
import starlight from "@astrojs/starlight";
import starlightThemeRapide from 'starlight-theme-rapide'
import tailwindcss from '@tailwindcss/vite';
const getSiteURL = () => {
if (process.env.SITE_URL) {
return `https://${process.env.SITE_URL}`;
@@ -29,6 +27,9 @@ export default defineConfig({
customCss: [
'./src/styles/custom.css',
],
expressiveCode: {
themes: ['vitesse-light', 'vitesse-dark'],
},
social: [
{
icon: "external",
@@ -54,21 +55,9 @@ export default defineConfig({
autogenerate: { directory: "applications" },
},
],
}),
})
],
markdown: {
syntaxHighlight: false,
},
plugins: {
'@tailwindcss/postcss': {},
},
vite: {
plugins: [tailwindcss()],
},
output: 'static',
adapter: node({