Skip to content

Commit 32009f8

Browse files
author
Ross Lombardi
committed
Merge branch 'main' of https://github.com/Domiran/blog into main
2 parents 408339e + 5da68ae commit 32009f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: Config = {
1111
favicon: "img/favicon.ico",
1212

1313
// Set the production url of your site here
14-
url: "https://graphicsprogramming.github.io/",
14+
url: "https://graphics-programming.org/",
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
1717
baseUrl: "/",
@@ -149,7 +149,7 @@ const config: Config = {
149149
items: [
150150
{
151151
label: "Blog",
152-
to: "https://graphics-programming.org/",
152+
to: "https://graphics-programming.org/blog",
153153
},
154154
{
155155
label: "GitHub",

0 commit comments

Comments
 (0)