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 # production
/build /build
dist/
# misc # misc
.DS_Store .DS_Store
.env
.env.local .env.local
.env.development.local .env.development.local
.env.test.local .env.test.local

View File

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

View File

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