Skip to content

Commit

Permalink
chore: update imports, Nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
janfrl committed Jan 18, 2025
1 parent 8023cbb commit 361e311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ export default defineNuxtConfig({
build: {
transpile: ['vue-google-maps-community-fork', '@googlemaps/markercluster'],
},
content: {
documentDriven: {
layoutFallbacks: ['content'],
},
},
devtools: { enabled: true },
eslint: {
config: {
Expand All @@ -34,17 +29,16 @@ export default defineNuxtConfig({
'@nuxt/eslint',
'@nuxt/image',
'@nuxt/ui',
// '@nuxthq/studio',
'@nuxt/fonts',
'@nuxtjs/seo',
// '@nuxtjs/seo',
],
runtimeConfig: {
public: { GOOGLE_MAPS_API_KEY: process.env.GOOGLE_MAPS_API_KEY },
},
site: {
url: 'https://www.siegel-steinmetz.de',
name: 'Bernd Siegel Steingestaltung',
},
// site: {
// url: 'https://www.siegel-steinmetz.de',
// name: 'Bernd Siegel Steingestaltung',
// },
vite: {
optimizeDeps: {
include: [
Expand Down
2 changes: 1 addition & 1 deletion nuxt.schema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { field, group } from '@nuxthq/studio/theme'
import { field, group } from '@nuxt/content/preview'

export default defineNuxtSchema({
appConfig: {
Expand Down

0 comments on commit 361e311

Please sign in to comment.