mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
add robots meta tag handling
This commit is contained in:
parent
1a7b042351
commit
a98ba13f90
3 changed files with 14 additions and 10 deletions
11
ui/types.js
11
ui/types.js
|
@ -1,8 +1,9 @@
|
|||
// @flow
|
||||
import type { ServerSlug as BackendServerSlug } from '../services/presentation'
|
||||
import type Router from 'next/router'
|
||||
|
||||
export type PageProps = {
|
||||
router: {
|
||||
query: {
|
||||
[key: string]: string
|
||||
}
|
||||
}
|
||||
router: Router
|
||||
}
|
||||
|
||||
export type ServerSlug = BackendServerSlug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue