Skip to content

Commit 0ca7706

Browse files
authored
update: link
1 parent 9247b98 commit 0ca7706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dataLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// /js/dataLoader.js
22
(function () {
3-
const BASE_URL = "http://localhost:3000/";
3+
const BASE_URL = "https://portfolio-backend-p1.vercel.app/";
44
const URL = BASE_URL + "api/portfolio";
55
const CACHE_KEY = "portfolioData";
66
const CACHE_VER = "v1"; // bumps when you change schema

0 commit comments

Comments
 (0)