feat: rebrand site to 'oeufs'
eggworld is a tad immature for me now. so we must call it oeufs. that'll show them.
This commit is contained in:
parent
a4c9d71cb1
commit
1df49b0b84
@ -8,7 +8,7 @@ const props = defineProps<{ activeItem?: string }>();
|
||||
<template>
|
||||
<nav class="flex items-center justify-between">
|
||||
<ul>
|
||||
<li class="home-text"><a href="/">Eggworld</a></li>
|
||||
<li class="home-text"><a href="/">Oeufs?</a></li>
|
||||
<li v-for="(item, index) in navItems" :key="index">
|
||||
<a :href="item.href" class="flex gap-2">
|
||||
<img
|
||||
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* Set the page title in the format [title] | Eggworld.
|
||||
* Set the page title in the format [title] | [site name].
|
||||
* @param title The title string.
|
||||
*/
|
||||
export function useTitle(title: string, description?: string) {
|
||||
useHead({
|
||||
title: `${title} | Eggworld`,
|
||||
title: `${title} | Oeufs?`,
|
||||
meta: [
|
||||
{ name: "viewport", content: " width=device-width,initial-scale=1" },
|
||||
{ name: "description", content: description || "" },
|
||||
{ name: "description", content: description ?? "" },
|
||||
{ name: "theme-color", content: "#ffffff" },
|
||||
],
|
||||
link: [
|
||||
|
Loading…
Reference in New Issue
Block a user