mirror of
https://github.com/mfocko/blog.git
synced 2025-05-03 01:42:57 +02:00
ci: add GitHub “variables” to the config (#2)
This commit is contained in:
commit
31424770ce
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…
Add table
Add a link
Reference in a new issue