Skip to content

Commit 98b80e0

Browse files
committed
Add comment to constants file to flag it is used on the client
1 parent e56aaf3 commit 98b80e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/starlight/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
// N.B. THIS FILE IS IMPORTED IN BOTH SERVER- AND CLIENT-SIDE CODE.
2+
// THINK TWICE BEFORE ADDING STUFF AS IT WILL GET SHIPPED TO THE CLIENT.
3+
14
export const PAGE_TITLE_ID = '_top';

0 commit comments

Comments
 (0)