Skip to content

Commit 96bd134

Browse files
authored
docs: extend tip for azure static web apps (#3472)
1 parent 17af59c commit 96bd134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/6.deploy/2.serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The linked database will be loaded on the server side when booting the server. I
108108
::
109109

110110
::tip
111-
If you wish to deploy to AWS Lambda, you need to make sure your sqlite file is in `/tmp` since this is the only writeable folder
111+
If you wish to deploy to AWS Lambda or Azure Static Web Apps, you need to make sure your sqlite file is in `/tmp` since this is the only writeable folder
112112

113113
```ts
114114
export default defineNuxtConfig({

0 commit comments

Comments
 (0)