diff --git a/documentation/docs/25-build-and-deploy/50-adapter-static.md b/documentation/docs/25-build-and-deploy/50-adapter-static.md index ad672972af9e..697d4ee660ef 100644 --- a/documentation/docs/25-build-and-deploy/50-adapter-static.md +++ b/documentation/docs/25-build-and-deploy/50-adapter-static.md @@ -169,6 +169,7 @@ You will have to prevent GitHub's provided Jekyll from managing your site by put A config for GitHub Pages might look like the following: ```js +// @errors: 2307 /// file: svelte.config.js import adapter from '@sveltejs/adapter-static';