Merge branch 'main' of github.com:appwrite/website into feat-markdoc-blog

This commit is contained in:
Arman
2023-09-20 11:15:16 +02:00
63 changed files with 457 additions and 220 deletions

View File

@@ -41,7 +41,8 @@ const config = {
$markdoc: './src/markdoc'
},
prerender: {
handleHttpError: 'warn'
handleHttpError: 'warn',
handleMissingId: 'warn'
}
}
};