Skip to content

Commit

Permalink
content-api: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Aug 11, 2024
1 parent c6299f5 commit e12c414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkPnpmPackage {

postPatch = ''
substituteInPlace src/app/api/api.domain.ts \
--replace 'http://127.0.0.1:8080' '${contentApi}'
--replace-fail 'https://content.dd-ix.net' '${contentApi}'
'';

script = if static then "build:static" else "build:ci";
Expand Down

0 comments on commit e12c414

Please sign in to comment.