mirror of
https://github.com/mfocko/blog.git
synced 2024-11-21 20:43:48 +01:00
ci: add GitHub “variables” to the config
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
e0b7f8f800
commit
104031c534
2 changed files with 5 additions and 0 deletions
|
@ -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
1
static/CNAME
Normal file
|
@ -0,0 +1 @@
|
||||||
|
blog.mfocko.xyz
|
Loading…
Reference in a new issue