Skip to content

Commit

Permalink
Fix incorrect plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Oct 19, 2024
1 parent 8925442 commit 92f9b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineNuxtConfig({
? "plugins/production/vue-matomo.client.js"
: "",
process.env.NODE_ENV !== "development"
? "plugins/production/cloudflare.js"
? "plugins/production/cloudflare.client.js"
: "",
].filter(Boolean),

Expand Down

0 comments on commit 92f9b33

Please sign in to comment.