Skip to content

Commit

Permalink
chore: change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Jan 22, 2024
1 parent 30319fd commit e03ee84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
free-for.life
free.wdh.gg
2 changes: 1 addition & 1 deletion data/_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A massive list including a huge amount of products and services that are complet

[Star on GitHub](https://github.com/free-for-life/free-for-life)
•
🤝 [Contribute](https://free-for.life/#/contributing)
🤝 [Contribute](https://free.wdh.gg/#/contributing)

# Table of Contents
- [APIs, Data & ML](#apis-data-and-ml)
Expand Down
4 changes: 2 additions & 2 deletions scripts/rss/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def add_entry(feed: FeedGenerator, filename: str):
fe = feed.add_entry()
formatted_filename = filename.lower()[:-3].replace("_", "-")
fe.title(formatted_filename)
fe.link(href=f"https://free-for.life/#/?id={formatted_filename}")
fe.link(href=f"https://free.wdh.gg/#/?id={formatted_filename}")
fe.description(html_content)

end_time = time.time()
Expand All @@ -31,7 +31,7 @@ def main():
start_time = time.time()
fg = FeedGenerator()
fg.title("Free For Life")
fg.link(href="https://free-for.life/", rel="alternate")
fg.link(href="https://free.wdh.gg/", rel="alternate")
fg.description("A massive list including a huge amount of products and services that are completely free!")
fg.language("en")

Expand Down
8 changes: 4 additions & 4 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Free For Life">
<meta itemprop="description" content="An extended list including a huge amount of products and services that are completely free!">
<meta itemprop="image" content="https://free-for.life/media/cover.png">
<meta itemprop="image" content="https://free.wdh.gg/media/cover.png">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://free-for.life">
<meta property="og:url" content="https://free.wdh.gg">
<meta property="og:type" content="website">
<meta property="og:title" content="Free For Life">
<meta property="og:description" content="An extended list including a huge amount of products and services that are completely free!">
<meta property="og:image" content="https://free-for.life/media/cover.png">
<meta property="og:image" content="https://free.wdh.gg/media/cover.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Free For Life">
<meta name="twitter:description" content="An extended list including a huge amount of products and services that are completely free!">
<meta name="twitter:image" content="https://free-for.life/media/cover.png">
<meta name="twitter:image" content="https://free.wdh.gg/media/cover.png">

<!-- Stylesheets -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
Expand Down

0 comments on commit e03ee84

Please sign in to comment.