Skip to content

Commit

Permalink
feat(site): change reverse proxy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Dec 11, 2024
1 parent bf6b72c commit 0fcadca
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 @@ -281,7 +281,7 @@ export default defineNuxtConfig({
'/videos': {redirect: '/tutorial-videos/all'},
'/tutorial-videos': {redirect: '/tutorial-videos/all'},
'/community-guidelines': {redirect: '/docs/getting-started/community-guidelines'},
'/api/events/**': {proxy: 'https://eu.posthog.com/**'},
'/t/**': {proxy: 'https://eu.posthog.com/**'},
},

build: {
Expand Down

0 comments on commit 0fcadca

Please sign in to comment.