feat: trial hamburger menu
This commit is contained in:
7
composables/metadata.ts
Normal file
7
composables/metadata.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Set the page title in the format [title] | Eggworld.
|
||||
* @param title The title string.
|
||||
*/
|
||||
export function useTitle(title: string) {
|
||||
useHead({ title: `${title} | Eggworld` });
|
||||
}
|
Reference in New Issue
Block a user