Skip to content

Commit 7f698ce

Browse files
committed
Use shared CIT avatar in CV site
1 parent 6de0929 commit 7f698ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/static-pages/getPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const template = fs.readFileSync('./src/static-pages/page.tpl.html', 'utf8');
77
const importmap = getImportMap();
88

99
const SITE_BASE_URL = 'https://rnd-pro.github.io/cv-v-matiasevich/';
10-
const SITE_OG_IMAGE = `${SITE_BASE_URL}avatar/index.webp`;
10+
const SITE_OG_IMAGE = 'https://rnd-pro.com/idn/93c81af5-aaae-4b92-f288-1f0499726500/public';
1111
const SITE_DEFAULT_DESCRIPTION =
1212
'Vladimir Matiasevich — lead AI & full-stack R&D engineer. Custom agent tooling and product platforms, with process automation as a supporting line, individually or with the RND-PRO engineering team.';
1313

src/static-pages/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ function createPortfolioEntries() {
796796
})),
797797
focusIds: INITIAL_FOCUS_IDS,
798798
params: {
799-
avatar: './avatar/index.webp',
799+
avatar: 'https://rnd-pro.com/idn/93c81af5-aaae-4b92-f288-1f0499726500/public',
800800
avatarAlt: tPortfolio('profile.avatarAlt'),
801801
size: 220,
802802
summary: tPortfolio('profile.summary'),

0 commit comments

Comments
 (0)