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

Skip to content

Commit 5cf6e74

Browse files
committed
feat: add new SEO confs
1 parent 71b55e1 commit 5cf6e74

File tree

3 files changed

+28
-18
lines changed

3 files changed

+28
-18
lines changed

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

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -213,20 +213,6 @@ import { Button } from '../ui/button';
213213

214214
/* eslint-disable */
215215

216-
/* eslint-disable */
217-
218-
/* eslint-disable */
219-
220-
/* eslint-disable */
221-
222-
/* eslint-disable */
223-
224-
/* eslint-disable */
225-
226-
/* eslint-disable */
227-
228-
/* eslint-disable */
229-
230216
function TypingAnimation() {
231217
const el = useRef(null);
232218

@@ -308,9 +294,8 @@ export default function HeroSection() {
308294
transition={transition}
309295
>
310296
<TextContent>
311-
You like this typing animation? But hold on, lemme grab your
312-
attention real quick with some GPT generated text, and tell you
313-
how unique and skilled I am. Jokes aside though, have a look
297+
You like this typing animation? Hold on, let me ask GPT to tell
298+
you how unique and skilled I am. Jokes aside though, have a look
314299
around, if you like what you see
315300
</TextContent>
316301
</motion.div>

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,31 @@ import CopyButton from './copy-code';
431431
/* eslint-disable */
432432
// @ts-nocheck
433433

434+
// react-syntax-highlighter has no types
435+
436+
/* eslint-disable */
437+
// @ts-nocheck
438+
439+
// react-syntax-highlighter has no types
440+
441+
/* eslint-disable */
442+
// @ts-nocheck
443+
444+
// react-syntax-highlighter has no types
445+
446+
/* eslint-disable */
447+
// @ts-nocheck
448+
449+
// react-syntax-highlighter has no types
450+
451+
/* eslint-disable */
452+
// @ts-nocheck
453+
454+
// react-syntax-highlighter has no types
455+
456+
/* eslint-disable */
457+
// @ts-nocheck
458+
434459
// react-syntax-highlighter has no types
435460
/* eslint-disable */
436461
// @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.me';
15+
const title = 'Ashref Gwader';
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)