Skip to content

Commit

Permalink
Fix: Removed unwanted packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BaskarMitrah committed Oct 7, 2024
1 parent 276678b commit d1499b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
const { createProxyMiddleware } = require("http-proxy-middleware");

module.exports = {
siteMetadata: {
Expand Down Expand Up @@ -282,25 +281,4 @@ module.exports = {
},
plugins: [`@adobe/gatsby-theme-aio`],
pathPrefix: process.env.PATH_PREFIX || "/express/embed-sdk/docs/",
developMiddleware: app => {
app.use(
"/console/api",
createProxyMiddleware({
target: "https://developer-stage.adobe.com/console/api",
secure: false,
changeOrigin: true,
})
);
app.use("/templates", createProxyMiddleware({
target: "https://developer-stage.adobe.com/templates",
secure: false,
changeOrigin: true,
}));

app.use("/ims", createProxyMiddleware({
target: "https://ims-na1-stg1.adobelogin.com/ims",
secure: false,
changeOrigin: true,
}));
},
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"dependencies": {
"@adobe/gatsby-theme-aio": "^4.14.12",
"gatsby": "4.22.0",
"http-proxy-middleware": "^3.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
1 change: 1 addition & 0 deletions public/page-data/dev-404-page/page-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"componentChunkName":"component---cache-dev-404-page-js","path":"/dev-404-page/","result":{"data":{"allSiteFunction":{"nodes":[]},"allSitePage":{"nodes":[{"path":"/404/"},{"path":"/404.html"},{"path":"/get-credential/"},{"path":"/guides/"},{"path":"/reference/"},{"path":"/support/"},{"path":"/guides/concepts/authentication/"},{"path":"/guides/concepts/customization/"},{"path":"/guides/changelog/"},{"path":"/guides/concepts/error-handling/"},{"path":"/guides/full_editor/"},{"path":"/guides/modules/"},{"path":"/guides/quick_actions/"},{"path":"/guides/quickstart/"},{"path":"/guides/review/"},{"path":"/guides/troubleshooting/faq/"},{"path":"/guides/tutorials/full-editor/"},{"path":"/guides/tutorials/getting-started/"},{"path":"/guides/tutorials/"},{"path":"/reference/CCEverywhere/"},{"path":"/reference/initialize/"},{"path":"/reference/types/"},{"path":"/v1/reference/"},{"path":"/v2/reference/"},{"path":"/v3/reference/"},{"path":"/guides/full_editor/create_project/"},{"path":"/guides/full_editor/edit_project/"},{"path":"/reference/CCEverywhere/close/"},{"path":"/reference/CCEverywhere/editor/"},{"path":"/reference/CCEverywhere/miniEditor/"},{"path":"/reference/CCEverywhere/quickAction/"},{"path":"/reference/CCEverywhere/terminate/"},{"path":"/v1/reference/full_editor/"},{"path":"/v1/reference/shared_types/"},{"path":"/v1/reference/quick_actions/"},{"path":"/v2/reference/full_editor/"},{"path":"/v2/reference/quick_actions/"},{"path":"/v2/reference/shared_types/"},{"path":"/v3/reference/CCEverywhere/"},{"path":"/v3/reference/types/"},{"path":"/v3/reference/CCEverywhere/close/"},{"path":"/v3/reference/CCEverywhere/create_design/"},{"path":"/v3/reference/CCEverywhere/quick_actions/"},{"path":"/v3/reference/CCEverywhere/edit_design/"},{"path":"/v3/reference/CCEverywhere/terminate/"},{"path":"/v3/reference/initialize/"}]}},"pageContext":{}},"staticQueryHashes":["1440646406","1814815295","2268405022","3508090095"]}

0 comments on commit d1499b1

Please sign in to comment.