ci: add website-preview workflow
This commit is contained in:
parent
6e00a75f9f
commit
388519fa73
3 changed files with 134 additions and 2 deletions
|
@ -7,8 +7,8 @@ const vars = require("./vars");
|
|||
const config = {
|
||||
title: vars.title,
|
||||
tagline: vars.description,
|
||||
url: vars.website,
|
||||
baseUrl: "/",
|
||||
url: process.env.URL || vars.website,
|
||||
baseUrl: process.env.BASE_URL || "/",
|
||||
onBrokenLinks: "throw",
|
||||
onBrokenMarkdownLinks: "throw",
|
||||
favicon: "img/icon.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue