ci: add GitHub “variables” to the config (#2)

This commit is contained in:
Matej Focko 2023-09-17 16:27:49 +02:00 committed by GitHub
commit 31424770ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -64,6 +64,10 @@ const config = {
url: "https://blog.mfocko.xyz", url: "https://blog.mfocko.xyz",
baseUrl: "/", baseUrl: "/",
// GitHub Pages deployment config.
organizationName: "mfocko",
projectName: "blog",
trailingSlash: true, trailingSlash: true,
onBrokenLinks: "throw", onBrokenLinks: "throw",

1
static/CNAME Normal file
View file

@ -0,0 +1 @@
blog.mfocko.xyz