diff --git a/astro.config.mjs b/astro.config.mjs index 458b684..d82b2f5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -17,7 +17,7 @@ export default defineConfig({ tracesSampleRate: 1.0, sourceMapsUploadOptions: { project: "5650998", - authToken: process.env.SENTRY_AUTH_TOKEN, + authToken: import.meta.env.SENTRY_AUTH_TOKEN, }, }), spotlightjs(),