Skip to content

Commit

Permalink
chore: update readme with new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 23, 2024
1 parent f4a3d33 commit 5efa7c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```shell
g cl git@github.com:AshGw/ashwg.io.git && ashgw.io && g ck -b dev && j s && e .
g cl git@github.com:AshGw/ashwg.me.git && ashgw.me && g ck -b dev && j s && e .
```
4 changes: 4 additions & 0 deletions src/app/components/protos/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ import { Button } from '../ui/button';

/* eslint-disable */

/* eslint-disable */

/* eslint-disable */

function TypingAnimation() {
const el = useRef(null);

Expand Down
10 changes: 10 additions & 0 deletions src/app/components/reusables/code/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ import CopyButton from './copy-code';

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck
SyntaxHighlighter.registerLanguage('rust', rust);
Expand Down

0 comments on commit 5efa7c6

Please sign in to comment.