Skip to content

Commit

Permalink
fix(site): use cloudflare image on production
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 19, 2024
1 parent 89b8865 commit 41b68b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default defineNuxtConfig({
modules: ['@nuxt/devtools', '@nuxt/content', '@nuxt/image', '@nuxtjs/sitemap', 'nuxt-gtag', 'nuxt-multi-cache', 'vue3-carousel-nuxt', 'nuxt-lazy-hydrate', '@nuxtjs/robots'],
target: 'server',
image: {
provider: process.env.NODE_ENV === "production" ? "cloudflare" : "ipx",
formats: {
webp: {
quality: 80
Expand Down

0 comments on commit 41b68b4

Please sign in to comment.