Skip to content

Commit

Permalink
fix: config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloHirsch committed Feb 21, 2024
1 parent 5fb0cef commit 2fdc3c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ export default defineNuxtConfig({
sourcemap: false,
// Inspired on https://blog.openreplay.com/power-your-blog-with-nuxt-content
content: {
experimental: {
clientDB: true,
stripQueryParameters: false,
},
// experimental: {
// clientDB: true,
// stripQueryParameters: false,
// },
// https://content.nuxtjs.org/api/configuration
highlight: {
theme: 'github-dark',
Expand Down

0 comments on commit 2fdc3c9

Please sign in to comment.