Skip to content

Commit

Permalink
feat: aws amplify ssr deploy #4
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Nov 30, 2023
1 parent 4567b32 commit 54badf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"framework": { "name": "express", "version": "4.18.2" },
"routes": [
{
"path": "/static/*.*",
"path": "/*.*",
"target": {
"kind": "Static",
"cacheControl": "public, max-age=2"
Expand Down

0 comments on commit 54badf6

Please sign in to comment.