Skip to content

Commit

Permalink
chore: update endpoint to telemetry.nuxt.com
Browse files Browse the repository at this point in the history
Resolves #98
  • Loading branch information
atinux committed Feb 21, 2023
1 parent fd6ba77 commit c803351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineNuxtModule<TelemetryOptions>({
configKey: 'telemetry'
},
defaults: {
endpoint: process.env.NUXT_TELEMETRY_ENDPOINT || 'https://telemetry.nuxtjs.com',
endpoint: process.env.NUXT_TELEMETRY_ENDPOINT || 'https://telemetry.nuxt.com',
debug: destr(process.env.NUXT_TELEMETRY_DEBUG),
enabled: undefined as any,
seed: undefined as any
Expand Down

0 comments on commit c803351

Please sign in to comment.