Skip to content

Commit

Permalink
chore: update code embed domain name config
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Nov 1, 2023
1 parent 358235e commit 4407e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/functions/code-embed/serverless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const serverlessConfiguration: AWS = {
certificateName: '${self:custom.domains.${self:provider.stage}.certificateName}',
createRoute53Record: false,
domainName: '${self:custom.domains.${self:provider.stage}.domainName}',
endpointType: 'edge',
endpointType: 'regional',
},
domains: {
dev: {
Expand Down

0 comments on commit 4407e4a

Please sign in to comment.