콘텐츠로 이동

utils/astroConfigCheck

이 콘텐츠는 아직 번역되지 않았습니다.

const checkAstroConfig: HookUtility<"astro:config:setup", [], void>;

Defined in: studiocms/packages/studiocms/src/utils/astroConfigCheck.ts:12^

Checks the Users Astro Config for the following:

  • Astro:DB Integration
  • SSR Mode (output: “server”)
  • Site URL is set (can be “http://localhost:4321^” for local development)