mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
docs(analytics): add analytics to docs
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
import starlight from '@astrojs/starlight';
|
||||
import vercel from '@astrojs/vercel/serverless';
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
adapter: vercel({
|
||||
webAnalytics: {
|
||||
enabled: true,
|
||||
},
|
||||
}),
|
||||
integrations: [
|
||||
starlight({
|
||||
title: 'Angular Challenges',
|
||||
|
||||
Reference in New Issue
Block a user