Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit f5af974

Browse files
fix: append www before lichter.io
1 parent 2edfea8 commit f5af974

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default {
7777
'sameAs': [
7878
'https://twitter.com/TheAlexLichter',
7979
'https://github.com/manniL',
80-
'https://lichter.io',
80+
'https://www.lichter.io',
8181
'https://linkedin.com/in/alexanderlichter'
8282
]
8383
},

pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const members = [
2626
slug: 'alex',
2727
name: 'Alexander Lichter',
2828
links: {
29-
web: 'https://lichter.io/?ref=developmint.de',
29+
web: 'https://www.lichter.io/?ref=developmint.de',
3030
twitter: 'https://twitter.com/TheAlexLichter',
3131
github: 'https://github.com/manniL/',
3232
linkedin: 'https://www.linkedin.com/in/alexanderlichter'

pages/work/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const projects = [
7070
},
7171
{
7272
slug: 'lichter-io',
73-
url: 'https://lichter.io/',
73+
url: 'https://www.lichter.io/',
7474
shouldFollow: true
7575
},
7676
{

0 commit comments

Comments
 (0)