"Fixed" trailing slash bug
The goto() function does not respect no trailing slashes, so the app breaks
This commit is contained in:
		
							parent
							
								
									0d61c7662a
								
							
						
					
					
						commit
						5b685e251b
					
				| 
						 | 
					@ -1,2 +1,3 @@
 | 
				
			||||||
export const prerender = true
 | 
					export const prerender = true
 | 
				
			||||||
export const ssr = false
 | 
					export const ssr = false
 | 
				
			||||||
 | 
					export const trailingSlash = 'always'
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user