Changed header links and added auto deployment
Some checks failed
Build docker container / build (push) Failing after 3m55s

This commit is contained in:
2024-10-20 00:07:34 -05:00
parent 4b4e1855a8
commit 16bbec99e2
11 changed files with 20 additions and 110 deletions

3
app/likes/page.tsx Normal file
View File

@ -0,0 +1,3 @@
export default function Page() {
return <div>hello world</div>
}