We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ee629 commit 2f3523dCopy full SHA for 2f3523d
.github/workflows/frontend.yml
@@ -78,6 +78,8 @@ jobs:
78
distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
79
default-root-object: 'index.html'
80
aws-region: 'us-east-1'
81
+ origin-prefix: ''
82
+ include-origin-prefix: 'false'
83
env:
84
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
85
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments