Skip to content

Commit 94f0506

Browse files
committed
chore: temporary commit to fix build
1 parent 2670cfb commit 94f0506

File tree

1 file changed

+1
-1
lines changed
  • plugins/docusaurus-plugin-ionic-component-api

1 file changed

+1
-1
lines changed

plugins/docusaurus-plugin-ionic-component-api/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (context, options) {
2020
const generateMarkdownForVersion = async (version, npmTag, isCurrentVersion) => {
2121
let COMPONENT_LINK_REGEXP;
2222
const response = isCurrentVersion
23-
? await fetch(`https://raw.githubusercontent.com/ionic-jp/ionic-docs/main/scripts/data/translated-api.json`)
23+
? await fetch(`https://unpkg.com/@ionic/docs@${npmTag}/core.json`)
2424
: await fetch(`https://unpkg.com/@ionic/docs@${npmTag}/core.json`);
2525
const { components } = await response.json();
2626

0 commit comments

Comments
 (0)