Is it possible to rename a site? #675
Answered
by
AnandChowdhary
ReenigneArcher
asked this question in
Q&A
-
I would like to rename some sites, without losing the history. Is it possible? For example: sites:
- name: website
url: https://www.google.com to... sites:
- name: Google
url: https://www.google.com If the URL doesn't change will the history remain? |
Beta Was this translation helpful? Give feedback.
Answered by
AnandChowdhary
Nov 17, 2022
Replies: 1 comment 3 replies
-
Currently, there's no easy way, but what you can do is:
i.e., the slugified version of the new name should be the pre-existing file to retain history. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
AnandChowdhary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there's no easy way, but what you can do is:
website.yml
togoogle.yml
i.e., the slugified version of the new name should be the pre-existing file to retain history.