Skip to content

Commit

Permalink
🔧 Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastanie committed Jul 19, 2024
1 parent 3bca26b commit 7bf7e80
Show file tree
Hide file tree
Showing 3 changed files with 6,665 additions and 4,845 deletions.
17 changes: 13 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: true,
compatibilityDate: '2024-07-03',
extends: [
['github:tcastanie/nuxt-bego-ui', { install: true }],
],
extends: 'github:tcastanie/nuxt-bego-ui',
modules: [
'@nuxtjs/seo',
'@formkit/auto-animate/nuxt',
'@nuxt/eslint',
'@nuxt/image',
'@nuxtjs/seo',
'@unocss/nuxt',
'@vueuse/nuxt',
'nuxt-shiki',
],
css: ['@unocss/reset/tailwind.css'],
app: {
pageTransition: { name: 'page', mode: 'out-in' },
head: {
Expand All @@ -20,6 +24,11 @@ export default defineNuxtConfig({
],
},
},
eslint: {
config: {
stylistic: true,
},
},
image: {
dir: 'assets',
quality: 90,
Expand Down
Loading

0 comments on commit 7bf7e80

Please sign in to comment.