Skip to content

Commit

Permalink
hard-code base url to localhost for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Apr 27, 2024
1 parent eda8831 commit ce5d295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devTools/svgTester/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ export async function renderSvg(
const grapher = initGrapherForSvgExport(
{
...configAndData.config,
adminBaseUrl: BAKED_BASE_URL,
bakedGrapherURL: BAKED_GRAPHER_URL,
adminBaseUrl: "http://localhost:3030",
bakedGrapherURL: "http://localhost:3030/grapher",
},
queryStr
)
Expand Down

0 comments on commit ce5d295

Please sign in to comment.