This commit is contained in:
2021-03-21 22:17:18 +01:00
parent 738056477a
commit 2060c843ae
22 changed files with 1579 additions and 136 deletions

View File

@@ -28,6 +28,8 @@ const server = {
port: 3333
}
const components = true
const buildDir = 'build'
export default { srcDir, dir, generate, build, pageTransition, target, server, buildDir }
export default { srcDir, dir, generate, build, pageTransition, target, server, buildDir, components }

View File

@@ -1,9 +1,9 @@
// Global page headers: https://go.nuxtjs.dev/config-head
const params = {
title: 'nuxt-ts-app',
title: 'artsite',
color: '#0DA5FF',
image: '/images/image.jpg',
url: 'https://my-domain.com',
url: 'https://arthurdanjou.fr',
favicon: {
type: 'image/jpg',
href: '/favicon.jpg',

View File

@@ -15,9 +15,9 @@ const i18n = {
},
{
code: 'fr',
name: 'Français',
iso: 'fr-FR',
file: 'fr-FR.ts',
name: 'Français'
file: 'fr-FR.ts'
},
],
strategy: 'no_prefix',