config for deployment

This commit is contained in:
Hannah Park 2022-01-10 10:11:17 -05:00
parent 1897915567
commit 3edcbb8420
2 changed files with 15 additions and 3 deletions

1
.env Normal file
View file

@ -0,0 +1 @@
CI= npm run build

View file

@ -54,9 +54,20 @@ export const AboutModal = ({ isOpen, handleClose }: Props) => {
</Dialog.Title> </Dialog.Title>
<div className="mt-2"> <div className="mt-2">
<p className="text-sm text-gray-500"> <p className="text-sm text-gray-500">
- loved playing Wordle - decided to try writing it with This is an open source clone of the game Wordle -{" "}
React, Typescript, and Tailwind - code is open source and <a
available here [link] href="https://github.com/hannahcode/wordle"
className="underline font-bold"
>
check out the code here
</a>{" "}
and{" "}
<a
href="https://www.powerlanguage.co.uk/wordle/"
className="underline font-bold"
>
play the original here
</a>
</p> </p>
</div> </div>
</div> </div>