File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Design is based on https://github.com/pycoder2000/blog
7
7
8
8
## Demo
9
9
10
- Demo: [ alexpavlov.dev] ( https://www. alexpavlov.dev )
10
+ Demo: [ alexpavlov.dev] ( https://alexpavlov.dev )
11
11
12
12
# Motivation
13
13
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ export default function Footer() {
6
6
< div className = "mt-10 flex flex-col items-center" >
7
7
< div className = "mb-2 hidden text-sm text-gray-500 dark:text-gray-400 md:flex" >
8
8
< div className = "mx-1" >
9
- < Link href = "https://www. alexpavlov.dev" className = "link-underline" >
9
+ < Link href = "https://alexpavlov.dev" className = "link-underline" >
10
10
Alex Pavlov{ ` © ${ new Date ( ) . getFullYear ( ) } ` }
11
11
</ Link >
12
12
</ div >
13
13
</ div >
14
14
< div className = "mb-2 text-sm text-gray-500 dark:text-gray-400 sm:block md:hidden lg:hidden" >
15
15
< div className = "mx-1" >
16
- < Link href = "https://www. alexpavlov.dev" className = "link-underline" >
16
+ < Link href = "https://alexpavlov.dev" className = "link-underline" >
17
17
Alex Pavlov{ ` © ${ new Date ( ) . getFullYear ( ) } ` }
18
18
</ Link >
19
19
</ div >
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ export default function sitemap(): MetadataRoute.Sitemap {
5
5
6
6
const urls = allPosts . map ( p => {
7
7
return {
8
- url : `https://www. alexpavlov.dev/${ p . url } ` ,
8
+ url : `https://alexpavlov.dev/${ p . url } ` ,
9
9
lastModified : new Date ( ) ,
10
10
changeFrequency : 'monthly' ,
11
11
priority : 1 ,
12
12
} as any
13
13
} ) . concat (
14
14
allPages . map ( p => {
15
15
return {
16
- url : `https://www. alexpavlov.dev/${ p . _raw . flattenedPath } ` ,
16
+ url : `https://alexpavlov.dev/${ p . _raw . flattenedPath } ` ,
17
17
lastModified : new Date ( ) ,
18
18
changeFrequency : 'monthly' ,
19
19
priority : 1 ,
@@ -22,7 +22,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
22
22
) ) . concat (
23
23
[
24
24
{
25
- url : `https://www. alexpavlov.dev/blog` ,
25
+ url : `https://alexpavlov.dev/blog` ,
26
26
lastModified : new Date ( ) ,
27
27
changeFrequency : 'monthly' ,
28
28
priority : 1 ,
Original file line number Diff line number Diff line change 5
5
"author" : {
6
6
"name" : " Alex Pavlov" ,
7
7
8
- "url" : " https://www. alexpavlov.dev"
8
+ "url" : " https://alexpavlov.dev"
9
9
},
10
10
"scripts" : {
11
11
"dev" : " next dev" ,
You can’t perform that action at this time.
0 commit comments