Skip to content

Commit

Permalink
fix: use proper options file for production
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner authored Sep 9, 2024
1 parent 5c5563e commit 42ce353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if (import.meta.env.VITE_TARGET_ENVIRONMENT === "production") {
catalogueUrl = "catalogues/catalogue-dktk.json";
optionsFilePath = "options.json";
optionsFilePath = "options-ccp-prod.json";
} else {
catalogueUrl = "catalogues/catalogue-dktk-staging.json";
optionsFilePath = "options-ccp-demo.json";
Expand Down

0 comments on commit 42ce353

Please sign in to comment.