Skip to content

Commit

Permalink
Updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
alchitry committed Mar 26, 2024
1 parent 533459a commit b584374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://new.alchitry.com"
base_url = "https://alchitry.com"
author = "Justin Rajewski"

# Whether to automatically compile all Sass files in the sass directory
Expand Down Expand Up @@ -51,7 +51,7 @@ navigation = [
{ url = "$BASE_URL/alchitry-labs", title = "Alchitry Labs" },
{ url = "$BASE_URL/tutorials", title = "Tutorials" },
{ url = "https://www.sparkfun.com/categories/tags/alchitry", title = "Shop", is_external = true },
{ url = "https://alchitry.com/", title = "Old Alchitry", is_external = true },
{ url = "https://old.alchitry.com/", title = "Old Alchitry", is_external = true },
]

home_title = "Alchitry"
Expand Down

0 comments on commit b584374

Please sign in to comment.