Skip to content

Commit ae02188

Browse files
committed
Update dependencies and prismic endpoint
1 parent 77b89fa commit ae02188

File tree

3 files changed

+1085
-1081
lines changed

3 files changed

+1085
-1081
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ module.exports = {
353353
name: 'ionic-docs-ads',
354354
async loadContent() {
355355
const repoName = 'ionicframeworkcom';
356-
const endpoint = prismic.getEndpoint(repoName);
356+
const endpoint = `https://${repoName}.prismic.io/api/v2`;
357357
const client = prismic.createClient(endpoint, {
358358
fetch,
359359
});

0 commit comments

Comments
 (0)