useStatamicMultiTenancySite composable when the multiTenancy option is enabled.The useStatamicSite composable is used to get the current site identifier based on the i18n locale properties or
the multi-tenancy site identifier.
<script setup lang="ts">
const site = useStatamicSite();
</script>
function useStatamicSite(): ComputedRef<string | undefined>
The site identifier is retrieved from the i18n locale properties or the multi-tenancy site identifier.