Specify that the root of the web app is /admin

This commit is contained in:
Gabe Kangas
2020-09-30 18:04:50 -07:00
committed by GitHub
parent bcf9c34946
commit 9623513c9a

View File

@@ -10,7 +10,7 @@ npm run dev
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Open [http://localhost:3000/admin](http://localhost:3000/admin) with your browser to see the result.
You can start editing a page by modifying `pages/something.js`. The page auto-updates as you edit the file.