We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9247b98 commit 0ca7706Copy full SHA for 0ca7706
scripts/dataLoader.js
@@ -1,6 +1,6 @@
1
// /js/dataLoader.js
2
(function () {
3
- const BASE_URL = "http://localhost:3000/";
+ const BASE_URL = "https://portfolio-backend-p1.vercel.app/";
4
const URL = BASE_URL + "api/portfolio";
5
const CACHE_KEY = "portfolioData";
6
const CACHE_VER = "v1"; // bumps when you change schema
0 commit comments