Compare commits
	
		
			7 Commits
		
	
	
		
			922b80962e
			...
			rama_carme
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					4151b1aabc | ||
| 
						 | 
					a30b67dd64 | ||
| b12c099933 | |||
| 
						 | 
					13767cfbf6 | ||
| 
						 | 
					f05387178d | ||
| 
						 | 
					a7a87a7922 | ||
| 
						 | 
					3c8c732155 | 
@@ -8,6 +8,7 @@
 | 
			
		||||
  <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">
 | 
			
		||||
  <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="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
 | 
			
		||||
  <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 4.5 MiB After Width: | Height: | Size: 45 KiB  | 
| 
		 Before Width: | Height: | Size: 6.0 MiB After Width: | Height: | Size: 51 KiB  | 
| 
		 Before Width: | Height: | Size: 4.6 MiB After Width: | Height: | Size: 43 KiB  | 
| 
		 Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 40 KiB  | 
| 
		 Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 44 KiB  | 
| 
		 Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 40 KiB  | 
| 
		 Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 54 KiB  | 
| 
		 Before Width: | Height: | Size: 5.4 MiB After Width: | Height: | Size: 51 KiB  | 
| 
		 Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 20 KiB  | 
@@ -70,7 +70,11 @@ const router = createRouter({
 | 
			
		||||
      name: 'widerrufsrecht',
 | 
			
		||||
      component: Widerrufsrecht,
 | 
			
		||||
    },
 | 
			
		||||
  ]
 | 
			
		||||
  ],
 | 
			
		||||
  scrollBehavior(to, from, savedPosition) {
 | 
			
		||||
    // always scroll to top
 | 
			
		||||
    return { top: 0 }
 | 
			
		||||
  },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export default router;
 | 
			
		||||