Skip to content

Commit f24bc33

Browse files
1 parent d37c5fa commit f24bc33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/recipes/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 from your project root, which can expose sensitive files like your source code.
2225
2326
## Project Structure
2427

0 commit comments

Comments
 (0)