Compare commits
No commits in common. "4151b1aabcae02cd532032907ff05dca3f283c18" and "922b80962e602fb0ab9361125cf79536d0e91c31" have entirely different histories.
4151b1aabc
...
922b80962e
@ -8,7 +8,6 @@
|
|||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Righteous&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Righteous&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="google-site-verification" content="1tB5liDjoXLObZitT8kwhYfGWbANW_3cMBBVk-Sbvgo" />
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
Before ![]() (image error) Size: 45 KiB After ![]() (image error) Size: 4.5 MiB ![]() ![]() |
Before ![]() (image error) Size: 51 KiB After ![]() (image error) Size: 6.0 MiB ![]() ![]() |
Before ![]() (image error) Size: 43 KiB After ![]() (image error) Size: 4.6 MiB ![]() ![]() |
Before ![]() (image error) Size: 40 KiB After ![]() (image error) Size: 1.0 MiB ![]() ![]() |
Before ![]() (image error) Size: 44 KiB After ![]() (image error) Size: 1.0 MiB ![]() ![]() |
Before ![]() (image error) Size: 40 KiB After ![]() (image error) Size: 1.0 MiB ![]() ![]() |
Before ![]() (image error) Size: 54 KiB After ![]() (image error) Size: 1.4 MiB ![]() ![]() |
Before ![]() (image error) Size: 51 KiB After ![]() (image error) Size: 5.4 MiB ![]() ![]() |
Before ![]() (image error) Size: 20 KiB After ![]() (image error) Size: 2.1 MiB ![]() ![]() |
@ -70,11 +70,7 @@ const router = createRouter({
|
|||||||
name: 'widerrufsrecht',
|
name: 'widerrufsrecht',
|
||||||
component: Widerrufsrecht,
|
component: Widerrufsrecht,
|
||||||
},
|
},
|
||||||
],
|
]
|
||||||
scrollBehavior(to, from, savedPosition) {
|
|
||||||
// always scroll to top
|
|
||||||
return { top: 0 }
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export default router;
|
export default router;
|