File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed
Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 8181 "tailwindcss-animate" : " ^1.0.7" ,
8282 "typed.js" : " ^2.1.0"
8383 }
84- }
84+ }
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ import { Button } from '../ui/button';
1919
2020/* eslint-disable */
2121
22+ /* eslint-disable */
23+
24+ /* eslint-disable */
25+
2226function TypingAnimation ( ) {
2327 const el = useRef ( null ) ;
2428
Original file line number Diff line number Diff line change @@ -51,6 +51,16 @@ import CopyButton from './copy-code';
5151/* eslint-disable */
5252// @ts -nocheck
5353
54+ // react-syntax-highlighter has no types
55+
56+ /* eslint-disable */
57+ // @ts -nocheck
58+
59+ // react-syntax-highlighter has no types
60+
61+ /* eslint-disable */
62+ // @ts -nocheck
63+
5464// react-syntax-highlighter has no types
5565/* eslint-disable */
5666// @ts -nocheck
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const BLOG_URI = '/blog';
88export const BLOG_TAG_URI = '/blog/tag' ;
99export const BLOG_API_URI = '/api/blogs' ;
1010export const SITE_URL =
11- nextJS . NEXT_NODE_ENV === 'production' ? pub . SITE_URL_PROD : pub . SITE_URL_DEV ;
11+ nextJS . NODE_ENV === 'production' ? pub . SITE_URL_PROD : pub . SITE_URL_DEV ;
1212export const EMAIL = pub . EMAIL ;
1313export const Status = {
1414 OK : 200 ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const dev = {};
77export const prod = { } ;
88
99export const nextJS = {
10- NEXT_NODE_ENV : process . env . NEXT_NODE_ENV as string ,
10+ NODE_ENV : process . env . NODE_ENV as string ,
1111 GENERATE_SOURCEMAP : false ,
1212} ;
1313
You can’t perform that action at this time.
0 commit comments