From fc7762548e7e6966a3b0be937de19b018bd40a0d Mon Sep 17 00:00:00 2001 From: Arthur Fiorette Date: Tue, 24 Sep 2024 20:12:48 -0300 Subject: [PATCH] code --- src/utils/seo.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/seo.ts b/src/utils/seo.ts index 34c1571..3f1a323 100644 --- a/src/utils/seo.ts +++ b/src/utils/seo.ts @@ -1,5 +1,4 @@ import type { Props } from 'astro-seo'; -import type { PwaOptions } from '@vite-pwa/astro'; export const DOMAIN = 'https://arthur.run'; export const BASE_PATH = process.env.BASE_URL || 'risk-dice';