mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix(color): fix color for light mode
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user