Skip to content

Commit 1fdecd6

Browse files
📼
1 parent 4b63a2b commit 1fdecd6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

components/PageSocial.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ const socialLinks: SocialLink[] = [
5151
href: `${config.newsletter}`,
5252
title: `Newsletter ${config.author}`,
5353
icon: (
54-
<svg xmlns='http://www.w3.org/2000/svg' viewBox="0 0 24 24">
55-
<path d="M12 .64L8.23 3H5V5L2.97 6.29C2.39 6.64 2 7.27 2 8V18C2 19.11 2.9 20 4 20H20C21.11 20 22 19.11 22 18V8C22 7.27 21.61 6.64 21.03 6.29L19 5V3H15.77M7 5H17V9.88L12 13L7 9.88M8 6V7.5H16V6M5 7.38V8.63L4 8M19 7.38L20 8L19 8.63M8 8.5V10H16V8.5Z" />
54+
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>
55+
<path d='M12 .64L8.23 3H5V5L2.97 6.29C2.39 6.64 2 7.27 2 8V18C2 19.11 2.9 20 4 20H20C21.11 20 22 19.11 22 18V8C22 7.27 21.61 6.64 21.03 6.29L19 5V3H15.77M7 5H17V9.88L12 13L7 9.88M8 6V7.5H16V6M5 7.38V8.63L4 8M19 7.38L20 8L19 8.63M8 8.5V10H16V8.5Z' />
5656
</svg>
5757
)
5858
},
@@ -62,8 +62,8 @@ const socialLinks: SocialLink[] = [
6262
href: `https://www.youtube.com/${config.youtube}`,
6363
title: `YouTube ${config.youtube}`,
6464
icon: (
65-
<svg xmlns='http://www.w3.org/2000/svg' viewBox="0 0 24 24">
66-
<path d="M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z" />
65+
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>
66+
<path d='M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z' />
6767
</svg>
6868
)
6969
}

lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ export const site: Site = {
147147
export const fathomId = isDev ? null : process.env.NEXT_PUBLIC_FATHOM_ID
148148
export const fathomConfig = fathomId
149149
? {
150-
excludedDomains: ['localhost', 'localhost:3000']
151-
}
150+
excludedDomains: ['localhost', 'localhost:3000']
151+
}
152152
: undefined
153153

154154
export const posthogId = process.env.NEXT_PUBLIC_POSTHOG_ID

0 commit comments

Comments
 (0)