Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvarone committed Dec 22, 2023
1 parent ac1e51d commit da4d70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cms/config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default ({env}) => ({
provider: 'deepl',
providerOptions: {
apiKey: env('DEEPL_API_KEY'),
apiUrl: 'https://api.deepl.com',
apiUrl: 'https://api-free.deepl.com',
localeMap: {
EN: 'EN-US'
},
Expand Down

0 comments on commit da4d70a

Please sign in to comment.