File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11---
22title : Code Silos
33seoTitle : Code silos are one of the main reasons over why your projects fails
4- summary : Afraid of losing that one programmer ?
4+ summary : What if someone quits mid project ?
55isReleased : true
66isSequel : false
77lastModDate : 2022-12-15T09:15:00-0401
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export async function generateMetadata({
4545 locale : 'en_US' ,
4646 publishedTime : postAttrs . firstModDate ,
4747 title,
48- description,
48+ description : seoDescription ,
4949 type : 'article' ,
5050 url,
5151 images : [
Original file line number Diff line number Diff line change @@ -233,6 +233,10 @@ import { Button } from '../ui/button';
233233
234234/* eslint-disable */
235235
236+ /* eslint-disable */
237+
238+ /* eslint-disable */
239+
236240function TypingAnimation ( ) {
237241 const el = useRef ( null ) ;
238242
Original file line number Diff line number Diff line change @@ -506,6 +506,16 @@ import CopyButton from './copy-code';
506506/* eslint-disable */
507507// @ts -nocheck
508508
509+ // react-syntax-highlighter has no types
510+
511+ /* eslint-disable */
512+ // @ts -nocheck
513+
514+ // react-syntax-highlighter has no types
515+
516+ /* eslint-disable */
517+ // @ts -nocheck
518+
509519// react-syntax-highlighter has no types
510520/* eslint-disable */
511521// @ts -nocheck
You can’t perform that action at this time.
0 commit comments