Skip to content

Commit

Permalink
fix: algolia index update base url to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
angelinekwan committed Jan 29, 2024
1 parent 396eb73 commit 07d8357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_index_algolia.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function extractDataFromHtml(filePath, buildDir, urlBasePath) {

// Define based path
const buildDir = path.join(__dirname, '..', 'build');
const urlBasePath = 'https://avnsmarketingtest.net/docs/'; // TODO: Change to aiven.io/docs/ when we go live
const urlBasePath = 'https://aiven.io/docs/';

let pages = [];
// Define a list of pages to exclude
Expand Down

0 comments on commit 07d8357

Please sign in to comment.