Skip to content

Commit 1eb88ab

Browse files
committed
[main]: remove instance of parixan
1 parent 78ee50c commit 1eb88ab

File tree

9 files changed

+25
-29
lines changed

9 files changed

+25
-29
lines changed

astro.config.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from "astro/config";
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: "https://parixan.xyz",
7+
site: "https://abcdkbd.com",
88
output: "static",
99
build: {
1010
format: "directory"
@@ -22,10 +22,6 @@ export default defineConfig({
2222
style: {
2323
global: true // Ensure global styles are applied
2424
},
25-
//redirects: {
26-
// "/en/nakshtra": "/nakshtra",
27-
// "/blog": "https://xkeshav.com/blog"
28-
//},
2925
vite: {
3026
optimizeDeps: {
3127
exclude: ["@resvg/resvg-js"]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@recursivezero/abcd",
33
"version": "3.2.0",
44
"description": "A website for our kids trial phase of abcdkbd.com",
5-
"homepage": "https://parixan.xyz",
5+
"homepage": "https://abcdkbd.com",
66
"displayName": "abcd",
77
"license": "MIT",
88
"publisher": "recursivezero",
@@ -136,4 +136,4 @@
136136
"prettier-plugin-astro": "0.14.1",
137137
"shx": "0.3.4"
138138
}
139-
}
139+
}

public/manifest.webmanifest

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@
77
{
88
"purpose": "maskable",
99
"sizes": "128x128",
10-
"src": "/assets/images/parixan/128x128.png",
10+
"src": "/assets/images/128x128.png",
1111
"type": "image/png"
1212
},
1313
{
1414
"purpose": "maskable",
1515
"sizes": "144x144",
16-
"src": "/assets/images/parixan/144x144.png",
16+
"src": "/assets/images/144x144.png",
1717
"type": "image/png"
1818
},
1919
{
2020
"purpose": "maskable",
2121
"sizes": "512x512",
22-
"src": "/assets/images/parixan/512x512.png",
22+
"src": "/assets/images/512x512.png",
2323
"type": "image/png"
2424
}
2525
],
2626
"id": "abcdkbd",
2727
"lang": "en",
28-
"name": "parixan",
28+
"name": "abcdkbd",
2929
"orientation": "portrait",
3030
"screenshots": [
3131
{
32-
"label": "parixan",
32+
"label": "abcdkbd",
3333
"sizes": "196x196",
34-
"src": "/assets/icons/parixan/favicon-196x196.png",
35-
"type": "image/svg+xml"
34+
"src": "/assets/icons/192x192.png",
35+
"type": "image/png"
3636
}
3737
],
3838
"short_name": "ABCDKBD",
3939
"start_url": "/",
4040
"theme_color": "#2bbc8a"
41-
}
41+
}

public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://www.parixan.xyz/sitemap-index.xml
4+
Sitemap: https://www.abcdkbd.com/sitemap-index.xml

public/sitemap-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<sitemap>
4-
<loc>https://www.parixan.xyz/sitemap2.xml.gz</loc>
4+
<loc>https://www.abcdkbd.com/sitemap2.xml.gz</loc>
55
</sitemap>
6-
</sitemapindex>
6+
</sitemapindex>

src/components/about/TechSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "@/assets/styles/about.css";
1818
))
1919
}
2020
</div>
21-
<a href="https://parixan.xyz" class="btn btn-primary">Start your learning adventure</a>
21+
<a href="https://abcdkbd.com" class="btn btn-primary">Start your learning adventure</a>
2222
</div>
2323
</section>
2424

src/layouts/BaseHead.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { title, description, ogImage, articleDate } = Astro.props;
1010
const titleSeparator = "";
1111
const siteTitle = `${title} ${titleSeparator} ${siteConfig.title}`;
1212
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
13-
const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/logo.png", Astro.url).href;
13+
const socialImageURL = new URL(ogImage ? ogImage : "/assets/icons/logo.avg", Astro.url).href;
1414
---
1515

1616
<meta charset="utf-8" />
@@ -19,10 +19,10 @@ const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/logo.png", As
1919
<title>{siteTitle}</title>
2020

2121
{/* Icons / Favicon */}
22-
<link rel="icon" href="/assets/icons/parixan/favicon-32x32.png" type="image/png" sizes="32x32" />
23-
<link rel="icon" href="/assets/icons/parixan/favicon.ico" type="image/x-icon" />
24-
<link rel="shortcut icon" href="/assets/icons/parixan/favicon.ico" />
25-
<link rel="apple-touch-icon" href="/assets/icons/parixan/apple-touch-icon-180x180.png" sizes="180x180" />
22+
<link rel="icon" href="/assets/images/32x32.png" type="image/png" sizes="32x32" />
23+
<link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon" />
24+
<link rel="shortcut icon" href="/assets/images/favicon.ico" />
25+
<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png" sizes="180x180" />
2626
<link rel="manifest" href="manifest.webmanifest" />
2727
<link rel="canonical" href={canonicalURL} />
2828

@@ -61,7 +61,7 @@ const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/logo.png", As
6161
}
6262

6363
{/* Twitter */}
64-
<meta property="twitter:card" content="/assets/images/parixan/512x512.png" />
64+
<meta property="twitter:card" content="/assets/images/512x512.png" />
6565
<meta property="twitter:url" content={canonicalURL} />
6666
<meta property="twitter:title" content={title} />
6767
<meta property="twitter:description" content={description} />

src/layouts/common/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import logoImage from "/public/assets/images/512x512.png";
88
<header class="header">
99
<div class="header__brand">
1010
<a href="/" class="logo__link">
11-
<Picture src={logoImage} formats={["png", "webp"]} alt="template logo" class="logo" />
11+
<Picture src={logoImage} formats={["png", "webp"]} alt="abcdkbd logo" class="logo" />
1212
<span title={APP_NAME}>{APP_NAME}</span>
1313
</a>
1414
</div>

src/site.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const siteConfig = {
22
author: "Recursive Zero",
3-
title: "parixan.xyz",
4-
description: "A testing pad for recursivezero",
5-
ogImage: "abcd.png",
3+
title: "abcdkbd.com",
4+
description: "A learning pad for kids",
5+
ogImage: "/assets/images/abcd.png",
66
lang: "en-GB",
77
ogLocale: "en_GB",
88
date: {

0 commit comments

Comments
 (0)