diff --git a/package.json b/package.json index 9c2bedd3..3b5a2396 100644 --- a/package.json +++ b/package.json @@ -259,5 +259,13 @@ }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.62.2" + }, + "allowScripts": { + "@playwright/browser-chromium@1.61.1": true, + "@sentry/cli@2.58.6": true, + "esbuild@0.27.0": true, + "esbuild@0.28.1": true, + "esbuild@0.27.7": true, + "puppeteer@25.3.0": true } } diff --git a/src/components/Head/ThemeInit.astro b/src/components/Head/ThemeInit.astro index a8dd7668..f7727972 100644 --- a/src/components/Head/ThemeInit.astro +++ b/src/components/Head/ThemeInit.astro @@ -12,15 +12,15 @@ */ import { themeData } from './server/themeData' -const { defaultThemeIdJson, darkThemeIdJson, metaColorsJson } = themeData() +const { defaultThemeId, darkThemeId, metaColors } = themeData() ---