File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,10 @@ export default defineNuxtConfig({
10
10
scripts : {
11
11
debug : true ,
12
12
} ,
13
+
14
+ nitro : {
15
+ prerender : {
16
+ failOnError : false ,
17
+ } ,
18
+ } ,
13
19
} )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const thirdParties = [
48
48
},
49
49
{
50
50
name: ' Intercom' ,
51
- path: ' /third-parties/intercom' ,
51
+ path: ' /third-parties/intercom/facade ' ,
52
52
},
53
53
{
54
54
name: ' Stripe' ,
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ useHead({
6
6
})
7
7
8
8
// composables return the underlying api as a proxy object and the script state
9
- const { status, _paq } = useScriptMatomoAnalytics ({
9
+ const { status, proxy } = useScriptMatomoAnalytics ({
10
10
matomoUrl: ' https://nuxt-scripts-demo.matomo.cloud' ,
11
11
siteId: ' 1' ,
12
12
})
13
13
14
- _paq .push ([' trackPageView' ])
14
+ proxy . _paq .push ([' trackPageView' ])
15
15
</script >
16
16
17
17
<template >
You can’t perform that action at this time.
0 commit comments