Skip to content

Commit efab71c

Browse files
committed
Couple of fixes
1 parent 95fa54c commit efab71c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: corepack enable && yarn
3737

3838
- name: Build
39-
run: yarn build
39+
run: yarn vite build
4040
env:
4141
VITE_BASE_URL: '/${{ github.event.repository.name }}'
4242

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
<meta property="og:url" content="https://mael.dev/secretsanta/" />
1515
<meta property="og:title" content="Secret Santa Organizer" />
1616
<meta property="og:description" content="Organize your Secret Santa gift exchange easily and securely. No accounts needed, no emails, just simple and fun!" />
17-
<meta property="og:image" content="https://secretsanta.arcanis.fr/social-preview.png" />
17+
<meta property="og:image" content="https://mael.dev/secretsanta/static/cats.png" />
1818

1919
<!-- Twitter -->
2020
<meta property="twitter:card" content="summary_large_image" />
21-
<meta property="twitter:url" content="https://secretsanta.arcanis.fr/" />
21+
<meta property="twitter:url" content="https://mael.dev/secretsanta/" />
2222
<meta property="twitter:title" content="Secret Santa Organizer" />
2323
<meta property="twitter:description" content="Organize your Secret Santa gift exchange easily and securely. No accounts needed, no emails, just simple and fun!" />
24-
<meta property="twitter:image" content="https://secretsanta.arcanis.fr/social-preview.png" />
24+
<meta property="twitter:image" content="https://mael.dev/secretsanta/static/cats.png" />
2525

2626
<!-- Favicon -->
2727
<link rel="icon" type="image/png" href="/favicon.png" />
2828

2929
<!-- Social Links -->
3030
<link rel="me" href="https://github.com/arcanis" />
31-
<link rel="me" href="https://twitter.com/arcanis" />
31+
<link rel="me" href="https://bsky.app/profile/mael.dev" />
3232

3333
<!-- Theme Color -->
3434
<meta name="theme-color" content="#DC2626" />

0 commit comments

Comments
 (0)