Skip to content

Commit

Permalink
fix: GitHub URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sayheylaura committed Sep 14, 2024
1 parent 2c8ea36 commit 9c2651d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This blog has been created with the awesome [AstroPaper template](https://github
If you want to take a look at this project locally, run the following commands:

```bash
git clone https://github.com/lauraferrandof/lauraferrandof.github.io.git
git clone https://github.com/sayheylaura/sayheylaura.github.io.git
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sitemap from '@astrojs/sitemap';

// https://astro.build/config
export default defineConfig({
site: 'https://lauraferrandof.github.io/',
site: 'https://sayheylaura.github.io/',
integrations: [
tailwind({
config: {
Expand Down
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Site, SocialObjects } from './types';

export const SITE: Site = {
website: 'https://lauraferrandof.github.io/',
website: 'https://sayheylaura.github.io/',
author: 'Laura Ferrando',
desc: 'My journey to frontend development and beyond',
title: "The Hitchhiker's Guide to the Web",
Expand All @@ -15,7 +15,7 @@ export const LOCALE = ['en-EN']; // set to [] to use the environment default
export const SOCIALS: SocialObjects = [
{
name: 'Github',
href: 'https://github.com/lauraferrandof',
href: 'https://github.com/sayheylaura',
linkTitle: 'Follow me on Github!',
active: true,
},
Expand Down

0 comments on commit 9c2651d

Please sign in to comment.