We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 408339e + 5da68ae commit 32009f8Copy full SHA for 32009f8
docusaurus.config.ts
@@ -11,7 +11,7 @@ const config: Config = {
11
favicon: "img/favicon.ico",
12
13
// Set the production url of your site here
14
- url: "https://graphicsprogramming.github.io/",
+ url: "https://graphics-programming.org/",
15
// Set the /<baseUrl>/ pathname under which your site is served
16
// For GitHub pages deployment, it is often '/<projectName>/'
17
baseUrl: "/",
@@ -149,7 +149,7 @@ const config: Config = {
149
items: [
150
{
151
label: "Blog",
152
- to: "https://graphics-programming.org/",
+ to: "https://graphics-programming.org/blog",
153
},
154
155
label: "GitHub",
0 commit comments