Skip to content

Commit

Permalink
Fix some URLS 🔗.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed Feb 14, 2025
1 parent ecba144 commit 726af80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
export const SITE_METADATA = {
theme: 'system', // Options: system, light, dark
siteUrl: 'https://gu.illau.me/',
siteUrl: 'https://gu.illau.me',
siteRepo: 'https://github.com/gmarty/blog',
robots: 'index,follow', // Options: index, noindex, follow, nofollow

Expand Down
6 changes: 3 additions & 3 deletions src/pages/apps.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const data = [
description: `A work-in-progress app to learn ancient Sumerian grammar and read cuneiforms. I'm currently developing the app and writing the content myself.`,
imgSrc: sumerianAppImg,
imgType: 'default',
href: 'https://learn-to-read-sumerian.netlify.app/',
href: 'https://learn-to-read-sumerian.netlify.app',
},
{
title: 'Galaxy Express 999 Virtual Tour',
Expand All @@ -42,15 +42,15 @@ const data = [
description: `The famous NES point'n click game optimised for touch screens. "Warning!! Trespassers will be horribly mutilated".`,
imgSrc: '/img/apps/maniac-mansion-mobile.png',
imgType: 'pixelated',
href: 'https://maniac-mansion-mobile.5apps.com/',
href: 'https://maniac-mansion-mobile.5apps.com',
},
{
title: 'Alec',
date: 2013,
description: `Emulator for Sega Master System & Game Gear optimised for low-end mobile devices. It comes with some homebrew games builtin.`,
imgSrc: alecImg,
// imgType: 'pixelated',
href: 'https://gmarty.github.io/jsSMS/alec/',
href: 'https://gmarty.github.io/jsSMS/alec',
},
]
---
Expand Down
3 changes: 1 addition & 2 deletions src/pages/talks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ const data = [
location: 'London, UK',
description: `Let's break down the myth of linearity of career progression.`,
imgSrc: BirbeckUniversityImg,
href: 'https://www.youtube.com/watch?v=vKrVjJKm4MI',
},
{
title: 'Augmenting Reality on your mobile (Mozilla Developer Roadshow)',
date: '2017-04',
location: 'London, UK',
description: `Learn how to use simple APIs together to create a compelling AR experience on mobile.`,
imgSrc: mozillaDeveloperRoadshowImg,
href: 'https://gmarty.github.io/2017-04-AR-on-your-mobile/#/',
href: 'https://gmarty.github.io/2017-04-AR-on-your-mobile/',
},
{
title: 'Crash course in compile-to-the-web (MLOC.js)',
Expand Down

0 comments on commit 726af80

Please sign in to comment.