getting up to speed with online hosting

This commit is contained in:
Shoofle 2024-12-12 13:30:12 -05:00
parent 90d8ec5da9
commit 16c773a565
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -13,9 +13,11 @@ node_modules
# production
/build
dist/
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local

View File

@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "The Forest",
"name": "The Forest Wiki / MUDd",
"icons": [
{
"src": "favicon.ico",

View File

@ -41,7 +41,6 @@ function Landing() {
<>
<button onClick={makeNewPage.mutate}>Dig new room!</button><br/>
<button onClick={postLogOut}>Log Out</button><br/>
<button onClick={() => navigate('/profile')}>Profile</button><br/>
<button onClick={() => navigate('/live')}>Embody!</button><br/>
</>
: