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
|
# 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
|
||||||
|
@ -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",
|
||||||
|
@ -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/>
|
||||||
</>
|
</>
|
||||||
:
|
:
|
||||||
|
Loading…
Reference in New Issue
Block a user