Skip to content

Commit afd842a

Browse files
feat: warn on broken links otherwise llms.txt is not generated 😡 (#663)
* feat: warn on broken links otherwise llms.txt is not generated 😡 Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * 📄 Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 771c02b commit afd842a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config: Config = {
4545
tagline: "Build serverless apps with self-hosting control",
4646
url: "https://juno.build",
4747
baseUrl: "/",
48-
onBrokenLinks: "throw",
48+
onBrokenLinks: "warn",
4949
onBrokenMarkdownLinks: "warn",
5050
favicon: "img/favicon.ico",
5151
organizationName: "junobuild",

0 commit comments

Comments
 (0)