diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs
index c839ef7c..1b511933 100644
--- a/docs/astro.config.mjs
+++ b/docs/astro.config.mjs
@@ -1,9 +1,16 @@
import { defineConfig } from 'astro/config'
import starlight from '@astrojs/starlight'
import sitemap from '@astrojs/sitemap'
+import vercel from '@astrojs/vercel/serverless'
// https://astro.build/config
export default defineConfig({
+ output: 'server',
+ adapter: vercel({
+ webAnalytics: {
+ enabled: true,
+ },
+ }),
integrations: [starlight({
title: 'Unistyles',
description: "React Native StyleSheet 2.0",
diff --git a/docs/src/components/Seo.astro b/docs/src/components/Seo.astro
index 02f522e0..e79a7dde 100644
--- a/docs/src/components/Seo.astro
+++ b/docs/src/components/Seo.astro
@@ -64,6 +64,5 @@ const openGraph = {
]
}}
/>
-