1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 09:02:50 +00:00

trying to improve seo

This commit is contained in:
2018-02-07 13:54:09 -06:00
parent 5972d2f8c6
commit dedd77fb7d
11 changed files with 53 additions and 13 deletions

View File

@@ -24,6 +24,7 @@ export class Realms extends React.Component<Props, State> {
}
async componentDidMount() {
document.title = 'Realms';
try {
const res = await CategoryService.getCategories();
const realms = chain(res)