Skip to content

Commit 28c4641

Browse files
committed
add document title to Head component
1 parent cf5ab31 commit 28c4641

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Head.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function Head() {
1414
<h1 style={{ viewTransitionName: route }} className={styles.both}>{title}</h1>
1515
{description && <p className={styles.both + ' ' + styles.desc}>{description}</p>}
1616
<a href={source} target="_blank" className={styles.both}>view source on github</a>
17+
<title>{`${title} - Sheraff demos`}</title>
1718
</>
1819
)
1920
}

src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export const ROUTES = {
235235
tags: ['simulation', 'canvas', 'particles'],
236236
},
237237
git: {
238-
lastModified: 1762282622000,
238+
lastModified: 1762282920000,
239239
firstAdded: 1760880322000
240240
},
241241
},

0 commit comments

Comments
 (0)