Skip to content

Commit

Permalink
change baseurl for ssg
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 20, 2024
1 parent 36c4652 commit a39313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ssg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const environment = {
production: true,
ssg: true,
baseAppUrl: 'http://localhost:4000',
baseUrl: 'http://localhost:4000/ssgdata',
baseUrl: 'https://ledercardcdn.seiyria.com',
overrideData: {
cardsMin: (cardsMin as any).default ?? cardsMin,
changelog: (changelog as any).default ?? changelog,
Expand Down

0 comments on commit a39313d

Please sign in to comment.