✌️
This commit is contained in:
		
							parent
							
								
									533448d835
								
							
						
					
					
						commit
						13451f6843
					
				
					 2 changed files with 2 additions and 7 deletions
				
			
		| 
						 | 
					@ -65,11 +65,7 @@ init(async (launch) => {
 | 
				
			||||||
			{ path: '/search', component: MkSearch },
 | 
								{ path: '/search', component: MkSearch },
 | 
				
			||||||
			{ path: '/tags/:tag', component: MkTag },
 | 
								{ path: '/tags/:tag', component: MkTag },
 | 
				
			||||||
			{ path: '/share', component: MkShare },
 | 
								{ path: '/share', component: MkShare },
 | 
				
			||||||
			{ path: '/reversi', component: MkReversi,
 | 
								{ path: '/reversi/:game?', component: MkReversi },
 | 
				
			||||||
				children: [{
 | 
					 | 
				
			||||||
					path: ':game', component: MkReversi
 | 
					 | 
				
			||||||
				}]
 | 
					 | 
				
			||||||
			},
 | 
					 | 
				
			||||||
			{ path: '/@:user', component: MkUser },
 | 
								{ path: '/@:user', component: MkUser },
 | 
				
			||||||
			{ path: '/notes/:note', component: MkNote },
 | 
								{ path: '/notes/:note', component: MkNote },
 | 
				
			||||||
			{ path: '/authorize-follow', component: MkFollow }
 | 
								{ path: '/authorize-follow', component: MkFollow }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -76,8 +76,7 @@ init((launch) => {
 | 
				
			||||||
			{ path: '/search', component: MkSearch },
 | 
								{ path: '/search', component: MkSearch },
 | 
				
			||||||
			{ path: '/tags/:tag', component: MkTag },
 | 
								{ path: '/tags/:tag', component: MkTag },
 | 
				
			||||||
			{ path: '/share', component: MkShare },
 | 
								{ path: '/share', component: MkShare },
 | 
				
			||||||
			{ path: '/reversi', name: 'reversi', component: MkReversi },
 | 
								{ path: '/reversi/:game?', name: 'reversi', component: MkReversi },
 | 
				
			||||||
			{ path: '/reversi/:game', component: MkReversi },
 | 
					 | 
				
			||||||
			{ path: '/@:user', component: MkUser },
 | 
								{ path: '/@:user', component: MkUser },
 | 
				
			||||||
			{ path: '/@:user/followers', component: MkFollowers },
 | 
								{ path: '/@:user/followers', component: MkFollowers },
 | 
				
			||||||
			{ path: '/@:user/following', component: MkFollowing },
 | 
								{ path: '/@:user/following', component: MkFollowing },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue