Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71b55e1

Browse files
committed
fix: use the website name for opengraph images
1 parent ef6be32 commit 71b55e1

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

src/app/components/protos/hero-section.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ import { Button } from '../ui/button';
223223

224224
/* eslint-disable */
225225

226+
/* eslint-disable */
227+
228+
/* eslint-disable */
229+
226230
function TypingAnimation() {
227231
const el = useRef(null);
228232

src/app/components/reusables/code/code-block.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,16 @@ import CopyButton from './copy-code';
421421
/* eslint-disable */
422422
// @ts-nocheck
423423

424+
// react-syntax-highlighter has no types
425+
426+
/* eslint-disable */
427+
// @ts-nocheck
428+
429+
// react-syntax-highlighter has no types
430+
431+
/* eslint-disable */
432+
// @ts-nocheck
433+
424434
// react-syntax-highlighter has no types
425435
/* eslint-disable */
426436
// @ts-nocheck

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const font = Atkinson_Hyperlegible({
1212
weight: ['400', '700'],
1313
});
1414

15-
const title = 'ashgw.io';
15+
const title = 'ashgw.me';
1616
const description = 'Developer, writer, and modern day philosopher.';
1717
const url = new URL(pub.SITE_URL_PROD);
1818
const kw: string[] = ['blog', 'tech', 'TS', 'Python'];

0 commit comments

Comments
 (0)