Skip to content

Commit 36024d4

Browse files
committed
docs: update README to include public folder requirement for Vercel
1 parent ec1e83a commit 36024d4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

vercel/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ This project provides a starting point for deploying a Go Fiber application to V
1919
- [Go](https://golang.org/dl/) 1.18 or higher
2020
- [Git](https://git-scm.com/downloads)
2121
- [Vercel CLI](https://vercel.com/download)
22+
- A folder named [public](public) with one or more static files to be served
23+
> [!CAUTION]
24+
> If you don't have a `public` folder, Vercel will serve all files in project, even the source code.
2225
2326
## Project Structure
2427

vercel/public/somefile.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)