Skip to content

Commit 7ff7db3

Browse files
Merge pull request #1445 from eddiemonge/patch-1
docs: add link to the serve-static module
2 parents 9a6b951 + b8c2219 commit 7ff7db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/serve-static.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Serve Static
22

3-
In order to serve static content like a Single Page Application (SPA) we can use the `ServeStaticModule` from the `@nestjs/serve-static` package.
3+
In order to serve static content like a Single Page Application (SPA) we can use the `ServeStaticModule` from the [`@nestjs/serve-static`](https://www.npmjs.com/package/@nestjs/serve-static) package.
44

55
#### Installation
66

0 commit comments

Comments
 (0)