getSiteIndexable()
Access the site config.
Determine if the site is indexable by search engines.
This will use the
It can be overridden by providing a
Usage
import { getSiteIndexable } from '#imports'
const indexable = getSiteIndexable(e)
// true
Did this page help you?