Skip to content

Commit

Permalink
fix: don't use proxy for plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 7, 2024
1 parent 7b1a26b commit 3a03b93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default defineNuxtConfig({
},
routeRules: {
'/': { prerender: true },
'/_v/**': { proxy: 'https://v.roe.dev/**', swr: false, cache: false },
'/api/**': { swr: false, cache: false },
'/__og-image__/**': { swr: false, cache: false }
},
Expand Down Expand Up @@ -63,7 +62,7 @@ export default defineNuxtConfig({
},
plausible: {
domain: 'page-speed.dev',
apiHost: '/_v',
apiHost: 'https://v.roe.dev',
},
ogImage: {
defaults: {
Expand Down

0 comments on commit 3a03b93

Please sign in to comment.