Update site URL in configuration file
Changed the `url` value in `_config.yml` from "https://klise.now.sh" to "https://elyday.dev" to reflect the updated domain. This ensures the site points to the correct address.
This commit is contained in:
parent
449ff481c9
commit
4160e640ca
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ author:
|
||||||
avatar: /assets/img/avatar.jpg
|
avatar: /assets/img/avatar.jpg
|
||||||
|
|
||||||
# URL settings
|
# URL settings
|
||||||
url: "https://klise.now.sh" #
|
url: "https://elyday.dev" #
|
||||||
baseurl:
|
baseurl:
|
||||||
permalink: /:year/:month/:day/:title/
|
permalink: /:year/:month/:day/:title/
|
||||||
google_analytics: # leave it blank if not wish
|
google_analytics: # leave it blank if not wish
|
||||||
|
|
Loading…
Add table
Reference in a new issue