We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33d042 commit bd07a38Copy full SHA for bd07a38
1 file changed
src/runtime/components/SignUpLegal.vue
@@ -9,13 +9,13 @@ const nuxtifyConfig = useNuxtifyConfig()
9
<div class="text-center text-caption text-medium-emphasis mb-6">
10
By continuing, you acknowledge that you've read and agree to our
11
<a
12
- :href="`https://${nuxtifyConfig.brand?.domain}/terms`"
+ :href="`https://${nuxtifyConfig.brand?.domain}${nuxtifyConfig.routes.terms}`"
13
target="_blank"
14
rel="noopener noreferrer"
15
class="text-primary text-decoration-none"
16
>
17
Terms</a> and <a
18
- :href="`https://${nuxtifyConfig.brand?.domain}/privacy`"
+ :href="`https://${nuxtifyConfig.brand?.domain}${nuxtifyConfig.routes.privacy}`"
19
20
21
0 commit comments