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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user