From 11694e7068e8c4f51ea091ef9943271b913fb5e5 Mon Sep 17 00:00:00 2001 From: deetz99 Date: Thu, 27 Feb 2025 14:21:48 -0800 Subject: [PATCH 1/4] fix --- web/site/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/site/nuxt.config.ts b/web/site/nuxt.config.ts index 8d1e59ba..6cfa9b2e 100644 --- a/web/site/nuxt.config.ts +++ b/web/site/nuxt.config.ts @@ -91,7 +91,7 @@ export default defineNuxtConfig({ metaData: { title: 'API Documentation by Scalar | Service BC Connect Developer Site' }, - proxyUrl: 'https://proxy.scalar.com', + // proxyUrl: 'https://proxy.scalar.com', configurations: [ { spec: { From e1beee7cdd1384b23c008a75ddba312552fa9193 Mon Sep 17 00:00:00 2001 From: deetz99 Date: Thu, 27 Feb 2025 14:32:43 -0800 Subject: [PATCH 2/4] add proxy url back in --- web/site/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/site/nuxt.config.ts b/web/site/nuxt.config.ts index 6cfa9b2e..8d1e59ba 100644 --- a/web/site/nuxt.config.ts +++ b/web/site/nuxt.config.ts @@ -91,7 +91,7 @@ export default defineNuxtConfig({ metaData: { title: 'API Documentation by Scalar | Service BC Connect Developer Site' }, - // proxyUrl: 'https://proxy.scalar.com', + proxyUrl: 'https://proxy.scalar.com', configurations: [ { spec: { From 9f47bd1536276687ef7707bad5e814ebfed9cb35 Mon Sep 17 00:00:00 2001 From: deetz99 Date: Thu, 27 Feb 2025 16:32:32 -0800 Subject: [PATCH 3/4] remove proxy again --- web/site/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/site/nuxt.config.ts b/web/site/nuxt.config.ts index 8d1e59ba..6cfa9b2e 100644 --- a/web/site/nuxt.config.ts +++ b/web/site/nuxt.config.ts @@ -91,7 +91,7 @@ export default defineNuxtConfig({ metaData: { title: 'API Documentation by Scalar | Service BC Connect Developer Site' }, - proxyUrl: 'https://proxy.scalar.com', + // proxyUrl: 'https://proxy.scalar.com', configurations: [ { spec: { From f1de45be4a88fdc9032cdb89bd327f48dfe88aae Mon Sep 17 00:00:00 2001 From: deetz99 Date: Thu, 27 Feb 2025 16:35:24 -0800 Subject: [PATCH 4/4] bump version --- web/site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/site/package.json b/web/site/package.json index 60e59ef3..bd69ce07 100644 --- a/web/site/package.json +++ b/web/site/package.json @@ -2,7 +2,7 @@ "name": "developer-connect-site", "private": true, "type": "module", - "version": "1.1.0", + "version": "1.1.1", "scripts": { "build-check": "nuxt build", "build": "nuxt generate",