File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import rehypeAutolinkHeadings from 'rehype-autolink-headings';
44import rehypeSlug from 'rehype-slug' ;
55
66export default defineConfig ( {
7- site : 'https://dex.cra.mr ' ,
7+ site : 'https://dex.rip ' ,
88 integrations : [ mdx ( ) ] ,
99 markdown : {
1010 shikiConfig : {
Original file line number Diff line number Diff line change 22< html >
33< head >
44 < meta charset ="utf-8 ">
5- < title > Redirecting to dex.cra.mr </ title >
6- < link rel ="canonical " href ="https://dex.cra.mr ">
5+ < title > Redirecting to dex.rip </ title >
6+ < link rel ="canonical " href ="https://dex.rip ">
77</ head >
88< body >
9- < p > Redirecting to < a href ="https://dex.cra.mr "> dex.cra.mr </ a > ...</ p >
10- < script > window . location . href = "https://dex.cra.mr " + window . location . pathname . replace ( '/dex' , '' ) + window . location . hash ; </ script >
9+ < p > Redirecting to < a href ="https://dex.rip "> dex.rip </ a > ...</ p >
10+ < script > window . location . href = "https://dex.rip " + window . location . pathname . replace ( '/dex' , '' ) + window . location . hash ; </ script >
1111</ body >
1212</ html >
Original file line number Diff line number Diff line change 22< html >
33< head >
44 < meta charset ="utf-8 ">
5- < title > Redirecting to dex.cra.mr </ title >
6- < meta http-equiv ="refresh " content ="0; URL=https://dex.cra.mr ">
7- < link rel ="canonical " href ="https://dex.cra.mr ">
5+ < title > Redirecting to dex.rip </ title >
6+ < meta http-equiv ="refresh " content ="0; URL=https://dex.rip ">
7+ < link rel ="canonical " href ="https://dex.rip ">
88</ head >
99< body >
10- < p > Redirecting to < a href ="https://dex.cra.mr "> dex.cra.mr </ a > ...</ p >
11- < script > window . location . href = "https://dex.cra.mr " + window . location . pathname . replace ( '/dex' , '' ) + window . location . hash ; </ script >
10+ < p > Redirecting to < a href ="https://dex.rip "> dex.rip </ a > ...</ p >
11+ < script > window . location . href = "https://dex.rip " + window . location . pathname . replace ( '/dex' , '' ) + window . location . hash ; </ script >
1212</ body >
1313</ html >
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ const base = import.meta.env.BASE_URL.replace(/\/$/, '');
1919 <meta property =" og:type" content =" website" />
2020 <meta property =" og:title" content ={ ` ${title } | dex ` } />
2121 <meta property =" og:description" content ={ description } />
22- <meta property =" og:image" content =" https://dex.cra.mr /og-image.svg" />
22+ <meta property =" og:image" content =" https://dex.rip /og-image.svg" />
2323 <meta property =" og:url" content ={ Astro .url .href } />
2424 <meta property =" og:site_name" content =" dex" />
2525 <!-- Twitter Card -->
2626 <meta name =" twitter:card" content =" summary_large_image" />
2727 <meta name =" twitter:title" content ={ ` ${title } | dex ` } />
2828 <meta name =" twitter:description" content ={ description } />
29- <meta name =" twitter:image" content =" https://dex.cra.mr /og-image.svg" />
29+ <meta name =" twitter:image" content =" https://dex.rip /og-image.svg" />
3030 <title >{ title } | dex</title >
3131 <link rel =" icon" type =" image/svg+xml" href ={ ` ${base }/favicon.svg ` } />
3232 <link rel =" preconnect" href =" https://fonts.googleapis.com" />
You can’t perform that action at this time.
0 commit comments