Skip to content

Commit 5179465

Browse files
claudegary149
authored andcommitted
feat: add page title to model pages
Model pages now display a proper browser tab title in the format "{modelId} - {appName}" instead of just the default app title. https://claude.ai/code/session_014tSRcK9EoKEV6B5RFzide2
1 parent 5e85eb1 commit 5179465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/models/[...model]/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
</script>
123123

124124
<svelte:head>
125+
<title>{modelId} - {publicConfig.PUBLIC_APP_NAME}</title>
125126
<meta property="og:title" content={modelId + " - " + publicConfig.PUBLIC_APP_NAME} />
126127
<meta property="og:type" content="link" />
127128
<meta property="og:description" content={`Use ${modelId} with ${publicConfig.PUBLIC_APP_NAME}`} />

0 commit comments

Comments
 (0)