Skip to content

Commit 78450f2

Browse files
dcramerclaude
andcommitted
chore(docs): Update domain from dex.cra.mr to dex.rip
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f682575 commit 78450f2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import rehypeAutolinkHeadings from 'rehype-autolink-headings';
44
import rehypeSlug from 'rehype-slug';
55

66
export default defineConfig({
7-
site: 'https://dex.cra.mr',
7+
site: 'https://dex.rip',
88
integrations: [mdx()],
99
markdown: {
1010
shikiConfig: {

docs/redirect/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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>

docs/redirect/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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>

docs/src/layouts/Base.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)