fix(color): fix color for light mode

This commit is contained in:
thomas
2023-09-27 10:07:57 +02:00
parent 975ea1af57
commit c7cfe5f74b
5 changed files with 30 additions and 610 deletions

View File

@@ -1,15 +1,8 @@
import starlight from '@astrojs/starlight';
import vercel from '@astrojs/vercel/static';
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
output: 'static',
adapter: vercel({
webAnalytics: {
enabled: true,
},
}),
integrations: [
starlight({
title: 'Angular Challenges',