new file: main_dc/yalarba/easySite/easySite/app.config.ts
modified: main_dc/yalarba/easySite/easySite/app/pages/auth/login.vue modified: main_dc/yalarba/easySite/easySite/nuxt.config.ts deleted: main_dc/yalarba/easySite/easySite/public/favicon.ico new file: main_dc/yalarba/easySite/easySite/public/logoIcon.png add favicone logoIcon.png
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// app.config.ts
|
||||
export default defineAppConfig({
|
||||
head: {
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/png', href: '/logoIcon.png' }
|
||||
]
|
||||
}
|
||||
})
|
||||
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
<form @submit.prevent="handleSubmit" class="auth-form">
|
||||
<form class="auth-form" @submit.prevent="handleSubmit">
|
||||
<div class="form-group">
|
||||
<label class="form-label">Email</label>
|
||||
<input
|
||||
|
||||
@@ -52,5 +52,13 @@ export default defineNuxtConfig({
|
||||
}
|
||||
},
|
||||
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/png', href: '/logoIcon.png' }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
})
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user