getting up to speed with online hosting
This commit is contained in:
parent
90d8ec5da9
commit
16c773a565
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,9 +13,11 @@ node_modules
|
||||
|
||||
# production
|
||||
/build
|
||||
dist/
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
|
@ -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",
|
||||
|
@ -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/>
|
||||
</>
|
||||
:
|
||||
|
Loading…
Reference in New Issue
Block a user