mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
ci: throw on broken links
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
d76871f6eb
commit
03647f9625
1 changed files with 4 additions and 2 deletions
|
@ -62,10 +62,12 @@ const subjects = [
|
|||
const config = {
|
||||
title: "mf",
|
||||
tagline: "blog and additional materials for courses at φ",
|
||||
|
||||
url: process.env.URL,
|
||||
baseUrl: process.env.BASE_URL,
|
||||
onBrokenLinks: "warn",
|
||||
onBrokenMarkdownLinks: "warn",
|
||||
|
||||
onBrokenLinks: "throw",
|
||||
onBrokenMarkdownLinks: "throw",
|
||||
favicon: "img/favicon.ico",
|
||||
|
||||
i18n: {
|
||||
|
|
Loading…
Reference in a new issue