Skip to content

Commit

Permalink
feat(toml): update baseURL for the site
Browse files Browse the repository at this point in the history
changed the baseURL to point to the new website location.
  • Loading branch information
Vheissu committed Dec 13, 2024
1 parent 18004e9 commit 194dd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://example.org/'
baseURL = 'https:/aurelia.io/website'
languageCode = 'en-us'
title = 'Aurelia'
theme='aurelia-theme'
Expand Down

0 comments on commit 194dd4a

Please sign in to comment.