diff --git a/docs/.gitignore b/docs/.gitignore index 6240da8..49ceb21 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -19,3 +19,4 @@ pnpm-debug.log* # macOS-specific files .DS_Store +.vercel diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 70408ef..aba98f2 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -1,10 +1,10 @@ import starlight from '@astrojs/starlight'; -import vercel from '@astrojs/vercel/serverless'; +import vercel from '@astrojs/vercel/static'; import { defineConfig } from 'astro/config'; // https://astro.build/config export default defineConfig({ - output: 'server', + output: 'static', adapter: vercel({ webAnalytics: { enabled: true, diff --git a/docs/src/content/docs/guides/create-challenge.md b/docs/src/content/docs/guides/create-challenge.md index 971f315..da46c9e 100644 --- a/docs/src/content/docs/guides/create-challenge.md +++ b/docs/src/content/docs/guides/create-challenge.md @@ -47,6 +47,6 @@ To ease the process, I created a Nx generator that will create all the boilerpla The only thing left to do is to create your challenge. 🚀 -:::warning -Don't forget to update the docs to introduice your challenge and give your instructions. +:::danger +Don't forget to update the docs to introduce your challenge and give your instructions. :::