Skip to content

Commit 77e5ef0

Browse files
committed
chore: update domain
1 parent 389e36f commit 77e5ef0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<samp>website: [usememos.com](https://usememos.com)</samp>
1+
<samp>website: [usememos.com](https://www.usememos.com)</samp>

content/changelog/0-16-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ author: Steven
99

1010
- New timeline mode of Daily Review: view and create your daily ideas quickly;
1111
- Update and view references and backlinks;
12-
- MySQL supported, learn more in [Using MySQL as the Database Driver](https://usememos.com/docs/mysql);
12+
- MySQL supported, learn more in [Using MySQL as the Database Driver](https://www.usememos.com/docs/mysql);
1313
- New `Remember me` option in auth page;

next-sitemap.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @type {import('next-sitemap').IConfig} */
22
module.exports = {
3-
siteUrl: process.env.SITE_URL || "https://usememos.com",
3+
siteUrl: process.env.SITE_URL || "https://www.usememos.com",
44
generateRobotsTxt: true,
55
};

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
2323
/>
2424
<meta name="og:type" property="og:type" content="website" />
2525
<meta name="twitter:card" content="summary" />
26-
<meta name="og:url" property="og:url" content="https://usememos.com" />
26+
<meta name="og:url" property="og:url" content="https://www.usememos.com" />
2727
</head>
2828
<body className="flex flex-col w-full h-full">
2929
<div className="relative w-full flex flex-col">

0 commit comments

Comments
 (0)