Skip to content

Commit

Permalink
Update urls to use new domain on olivers.cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieri3 committed Aug 6, 2024
1 parent f8c989a commit d718db7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
![Daily Do It - Simple Daily Habit Tracking](https://dailydoit.online/img/og-v1.jpg)
![Daily Do It - Simple Daily Habit Tracking](https://habits.olivers.cloud/img/og-v1.jpg)

<div align='center'>
<h1><a href="https://dailydoit.online/">Daily Do It</a></h1>
<h1><a href="https://habits.olivers.cloud/">Daily Do It</a></h1>
<img alt="GitHub" src="https://img.shields.io/github/license/ollieri3/daily-do-it">
</div>

## 💬 Introduction

This repository contains the source code for the [Daily Do It](https://dailydoit.online/) application. A simple habit tracking tool.
This repository contains the source code for the [Daily Do It](https://habits.olivers.cloud/) application. A simple habit tracking tool.

**You can read more about Daily Do It on [the project homepage](https://dailydoit.online/).**
**You can read more about Daily Do It on [the project homepage](https://habits.olivers.cloud/).**

## 🏃 Getting up and running

Expand Down
2 changes: 1 addition & 1 deletion src/middleware/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ export function templateGlobalsMiddleware(

export const sitemapMiddleware = expressSitemapXML(() => {
return ["/", "/signin", "/signup", "/privacy-policy"];
}, "https://dailydoit.online");
}, "https://habits.olivers.cloud");
2 changes: 1 addition & 1 deletion src/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sitemap: https://dailydoit.online/sitemap.xml
Sitemap: https://habits.olivers.cloud/sitemap.xml
6 changes: 3 additions & 3 deletions src/views/layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- Facebook OG Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dailydoit.online/" />
<meta property="og:url" content="https://habits.olivers.cloud/" />
<meta property="og:title" content="Simple Daily Habit Tracking" />
<meta
property="og:description"
Expand All @@ -25,14 +25,14 @@
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image" content="https://dailydoit.online/img/og-v1.jpg" />
<meta property="og:image" content="https://habits.olivers.cloud/img/og-v1.jpg" />

<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@ORidsdale" />
<meta name="twitter:title" content="Simple Daily Habit Tracking" />
<meta name="twitter:description" content="Track your habit each day, see your progress throughout the year. Quick, simple and free. Inspired by the Everyday Calendar." />
<meta name="twitter:image" content="https://dailydoit.online/img/og-v3-twitter.png" />
<meta name="twitter:image" content="https://habits.olivers.cloud/img/og-v3-twitter.png" />
<meta name="twitter:image:alt" content="A banner image split into two sections, the left section detailing the name of the application: 'Daily Do It' along with the strapline: 'Simple daily habit tracking', the right section shows a calendar with each day of the year as a habit in the form of a hexagon button that's either colored gold or grey" >

{{#if enableAnalytics}}
Expand Down

0 comments on commit d718db7

Please sign in to comment.