File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 11auto-install-peers = false
22node-linker = hoisted
33shamefully-hoist = true
4- dedupe-direct-deps = true
4+ dedupe-direct-deps = true
5+ enable-pre-post-scripts = true
Original file line number Diff line number Diff line change @@ -209,6 +209,10 @@ import { Button } from '../ui/button';
209209
210210/* eslint-disable */
211211
212+ /* eslint-disable */
213+
214+ /* eslint-disable */
215+
212216function TypingAnimation ( ) {
213217 const el = useRef ( null ) ;
214218
Original file line number Diff line number Diff line change @@ -386,6 +386,16 @@ import CopyButton from './copy-code';
386386/* eslint-disable */
387387// @ts -nocheck
388388
389+ // react-syntax-highlighter has no types
390+
391+ /* eslint-disable */
392+ // @ts -nocheck
393+
394+ // react-syntax-highlighter has no types
395+
396+ /* eslint-disable */
397+ // @ts -nocheck
398+
389399// react-syntax-highlighter has no types
390400/* eslint-disable */
391401// @ts -nocheck
Original file line number Diff line number Diff line change 1- import { ImageResponse } from 'next/og'
1+ import { ImageResponse } from 'next/og' ;
22
33export const size = {
44 width : 32 ,
55 height : 32 ,
6- }
7- export const contentType = 'image/png'
6+ } ;
7+ export const contentType = 'image/png' ;
88
99export default function Icon ( ) {
1010 return new ImageResponse (
@@ -27,5 +27,5 @@ export default function Icon() {
2727 {
2828 ...size ,
2929 }
30- )
30+ ) ;
3131}
You can’t perform that action at this time.
0 commit comments