fix: removed history mode for router to prevent 404 on route direct access
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
		
							parent
							
								
									45112d1b33
								
							
						
					
					
						commit
						b46ae1a89e
					
				| @ -125,7 +125,6 @@ const routes = [ | |||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| const router = new VueRouter({ | const router = new VueRouter({ | ||||||
|     mode: 'history', |  | ||||||
|     base: process.env.BASE_URL, |     base: process.env.BASE_URL, | ||||||
|     routes |     routes | ||||||
| }); | }); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user