@dargmuesli/nuxt-vio 13.1.19 → 13.1.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@
26
26
  </li>
27
27
  </ul>
28
28
  <span>{{ t('separator') }}</span>
29
- <VioLink :is-colored="false" :to="route.fullPath">
29
+ <VioLink :is-colored="false" :to="route.path">
30
30
  <span
31
31
  class="whitespace-nowrap text-2xl font-bold"
32
32
  data-testid="breadcrumb"
package/package.json CHANGED
@@ -116,5 +116,5 @@
116
116
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
117
117
  },
118
118
  "type": "module",
119
- "version": "13.1.19"
119
+ "version": "13.1.21"
120
120
  }
@@ -100,8 +100,7 @@ export const GET_CSP = (siteUrl: string) =>
100
100
  // nuxt
101
101
  ...(process.env.NODE_ENV === 'development'
102
102
  ? {
103
- 'frame-src':
104
- 'https://localhost:3000/__nuxt_devtools__/client/modules/pinia',
103
+ 'frame-src': 'https://localhost:3000/__nuxt_devtools__/client/', // devtools
105
104
  }
106
105
  : {}),
107
106
  'connect-src': [