File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <samp >website: [ usememos.com] ( https://usememos.com ) </samp >
1
+ <samp >website: [ usememos.com] ( https://www. usememos.com ) </samp >
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ author: Steven
9
9
10
10
- New timeline mode of Daily Review: view and create your daily ideas quickly;
11
11
- 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 ) ;
13
13
- New ` Remember me ` option in auth page;
Original file line number Diff line number Diff line change 1
1
/** @type {import('next-sitemap').IConfig } */
2
2
module . exports = {
3
- siteUrl : process . env . SITE_URL || "https://usememos.com" ,
3
+ siteUrl : process . env . SITE_URL || "https://www. usememos.com" ,
4
4
generateRobotsTxt : true ,
5
5
} ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
23
23
/>
24
24
< meta name = "og:type" property = "og:type" content = "website" />
25
25
< 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" />
27
27
</ head >
28
28
< body className = "flex flex-col w-full h-full" >
29
29
< div className = "relative w-full flex flex-col" >
You can’t perform that action at this time.
0 commit comments