Skip to content

Commit 23e4c7b

Browse files
committed
fixup!
1 parent 0d7c430 commit 23e4c7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/site/next.constants.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ export const OPENCOLLECTIVE_MEMBERS_URL =
182182
* Orama DB URLs for the Learn and API sections of the website
183183
*/
184184
export const ORAMA_DB_URLS = {
185-
[LEARN_URL]: 'https://nodejs.org/learn/orama-db.json',
186-
[DOCS_URL]: 'https://beta.docs.nodejs.org/orama-db.json',
185+
[LEARN_URL.slice(0, -1)]: 'https://nodejs.org/learn/orama-db.json',
186+
[`${DOCS_URL}latest/api`]: 'https://beta.docs.nodejs.org/orama-db.json',
187187
};

0 commit comments

Comments
 (0)