Skip to content

Commit

Permalink
Moved public key to json
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenJLu committed Dec 25, 2024
1 parent c293eb0 commit 8196472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ storybook-static/
hashnode-archive/

scripts
app/server
2 changes: 1 addition & 1 deletion app/components/turnstile/turnstile.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
import { classes } from '~/utils/style';
import styles from './turnstile.module.css';
import keys from '~/keys.json';
import keys from './keys.json';

declare global {
interface Window {
Expand Down

0 comments on commit 8196472

Please sign in to comment.