From 1dc4c94933a3e48681d6af0b5cd9aa1b2968e11b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 1 Feb 2023 00:40:40 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c10f17ad..4ae64d07 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ First, you have to set up your environment file. You should start with [.env.sample](https://github.com/jedmund/hensei-web/blob/staging/.env.sample), but here are some gotchas: -### App URLs +#### App URLs Don't add a trailing slash to these URLs! The API will run on port 3000 by default, but make sure to change these to match your instance of the API. @@ -18,7 +18,7 @@ NEXT_PUBLIC_SIERO_API_URL='http://127.0.0.1:3000/api/v1' NEXT_PUBLIC_SIERO_OAUTH_URL='http://127.0.0.1:3000/oauth' ``` -### Asset URLs +#### Asset URLs Next.js serves all assets out of the /public directory. In development we utilize this for all assets, but in production, you will want to host these images on a cloud storage provider like Amazon S3. Once you have that set up and you're running in a production environment, change this to the full bucket URL.