Skip to content

Commit 651abbf

Browse files
committed
Config and colors
1 parent ac67915 commit 651abbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/widgets/Index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Picture from '~/components/core/Picture.astro';
88
<div class="py-12 md:py-20">
99
<div class="text-center pb-10 md:pb-16">
1010
<h1 class="text-5xl md:text-[3.50rem] font-bold leading-tighter tracking-tighter mb-4 font-heading">
11-
<span class="bg-clip-text text-transparent bg-gradient-to-r from-primary-600 to-secondary-600">Hello World!</span> 👋
11+
<span class="bg-clip-text text-transparent bg-gradient-to-r from-secondary-600 to-primary-600">Hello World!</span> 👋
1212
</h1>
1313
<h1 class="text-5xl md:text-[3.50rem] font-bold leading-tighter tracking-tighter mb-4 font-heading">
1414
I'm Jesus and I'm an iOS Developer

src/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const SITE = {
22
name: 'Jesus Sanz',
33

44
origin: 'https://jsanz.dev',
5-
basePathname: '/jsanzdev.github.io',
5+
basePathname: '/',
66

77
title: 'Jesus Sanz | iOS Developer',
88
description: '🧑🏻‍💻 Jesus Sanz | iOS Developer Portfolio',

0 commit comments

Comments
 (0)