Skip to content

Commit

Permalink
Link to revamped portfolio website
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Dec 30, 2024
1 parent 85ca5f9 commit ff7dc22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/astro/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
websiteDescription: 'Short code snippets for all your development needs',
shortName: '30s',
ownerName: 'Angelos Chalaris',
ownerUrl: 'https://github.com/Chalarangelo',
ownerUrl: 'https://chalarangelo.me',
websiteUrl: 'https://www.30secondsofcode.org',
githubRepoUrl: 'https://github.com/Chalarangelo/30-seconds-of-code',
licenseUrl: 'https://creativecommons.org/licenses/by/4.0/',
Expand Down
2 changes: 1 addition & 1 deletion src/config/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const settings = {
},
owner: {
name: 'Angelos Chalaris',
url: 'https://github.com/Chalarangelo',
url: 'https://chalarangelo.me',
},
repository: {
url: 'https://github.com/Chalarangelo/30-seconds-of-code',
Expand Down

0 comments on commit ff7dc22

Please sign in to comment.