Skip to content

Commit

Permalink
Merge pull request #5 from art-by-city/2-add-favicon
Browse files Browse the repository at this point in the history
favicon
  • Loading branch information
jim-toth authored Aug 28, 2023
2 parents 5f323c6 + f257354 commit 8167161
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true }
// devtools: { enabled: true },

ssr: false,

app: {
baseURL: '/',
head: {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{
hid: 'description',
name: 'Description',
content: 'Art x By x City'
}
],
link: [{
rel: 'icon',
type: 'image/png',
href: '/logo/art-by-city/art-by-city-favicon.png'
}]
}
},

experimental: {
writeEarlyHints: false
}
})
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/logo/art-by-city/art-by-city-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8167161

Please sign in to comment.