Skip to content

Commit 25c76ed

Browse files
committed
1 parent 3fc9f06 commit 25c76ed

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

next.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ module.exports = withBundleAnalyzer({
1313
'pbs.twimg.com',
1414
'abs.twimg.com',
1515
's3.us-west-2.amazonaws.com',
16+
'1.bp.blogspot.com',
1617
'transitivebullsh.it'
18+
1719
],
1820
formats: ['image/avif', 'image/webp'],
1921
dangerouslyAllowSVG: true,

site.config.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export default siteConfig({
2525
// youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`
2626

2727
// Custom logo - this will replace the breadcrumbs - Feature requires navigationStyle: 'custom'
28-
// customHeaderLogo: 'https://transitivebullsh.it/logo.png',
29-
// customHeaderLogoDark: 'https://transitivebullsh.it/logo-dark.png', // optional
28+
customHeaderLogo: 'https://1.bp.blogspot.com/-fZ38nKKsoqQ/YUYRfQne9_I/AAAAAAAAAfc/iWIDawW-n-crOO2hJn4C5XBaCnyfFPqegCLcBGAsYHQ/w300/logo1.png',
29+
customHeaderLogoDark: 'https://1.bp.blogspot.com/-vNGYwaSy7QY/YUYjVNs4EyI/AAAAAAAAAfs/f6KjSKcUdLQG-IznFVFHE0Pgw5XhAIDSACLcBGAsYHQ/s16000/logo2.png', // optional
3030

3131
// default notion icon and cover images for site-wide consistency (optional)
3232
// page-specific values will override these site-wide defaults
@@ -54,8 +54,8 @@ export default siteConfig({
5454

5555
// whether to use the default notion navigation style or a custom one with links to
5656
// important pages
57-
navigationStyle: 'default'
58-
// navigationStyle: 'custom',
57+
//navigationStyle: 'default'
58+
navigationStyle: 'custom',
5959
// navigationLinks: [
6060
// {
6161
// title: 'About',

0 commit comments

Comments
 (0)