mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			217 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			217 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
const routes = Object.freeze({
 | 
						|
  categoriesListRoute: "/categories",
 | 
						|
  categoryRoute: "/category",
 | 
						|
  tagsListRoute: "/tags",
 | 
						|
  notFoundRoute: "/404",
 | 
						|
  tagRoute: "/tag",
 | 
						|
  indexRoute: "/",
 | 
						|
});
 | 
						|
 | 
						|
export default routes;
 |