diff --git a/next.config.js b/next.config.js index 2177820..7ca7dd7 100644 --- a/next.config.js +++ b/next.config.js @@ -131,7 +131,7 @@ const nextConfig = { }, { source: '/vsx', - destination: 'https://marketplace.visualstudio.com/_apis/public/gallery/publishers/augment/vsextensions/vscode-augment/latest/vspackage', + destination: 'https://marketplace.visualstudio.com/items?itemName=augment.vscode-augment', permanent: true, } ] diff --git a/vercel.json b/vercel.json index 8412d49..8f24e6a 100644 --- a/vercel.json +++ b/vercel.json @@ -15,7 +15,7 @@ }, { "source": "/vsx", - "destination": "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/augment/vsextensions/vscode-augment/latest/vspackage", + "destination": "https://marketplace.visualstudio.com/items?itemName=augment.vscode-augment", "permanent": true } ]