mirror of
https://github.com/mfocko/blog.git
synced 2024-11-12 17:20:30 +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",
|
||||
baseUrl: "/",
|
||||
|
||||
// GitHub Pages deployment config.
|
||||
organizationName: "mfocko",
|
||||
projectName: "blog",
|
||||
trailingSlash: true,
|
||||
|
||||
onBrokenLinks: "throw",
|
||||
|
|
1
static/CNAME
Normal file
1
static/CNAME
Normal file
|
@ -0,0 +1 @@
|
|||
blog.mfocko.xyz
|
Loading…
Reference in a new issue