chore: rename to Elk
This commit is contained in:
parent
674879cb7f
commit
129e12c217
12 changed files with 35 additions and 69 deletions
6
app.vue
6
app.vue
|
@ -1,9 +1,11 @@
|
|||
<script setup>
|
||||
import { APP_NAME } from './constants'
|
||||
|
||||
useHead({
|
||||
title: 'Nuxtodon',
|
||||
title: APP_NAME,
|
||||
link: [
|
||||
{
|
||||
rel: 'icon', type: 'image/svg+xml', href: '/nuxtodon.svg',
|
||||
rel: 'icon', type: 'image/svg+xml', href: '/logo.svg',
|
||||
},
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue