import { getGlobal } from '@/libs/strapi' export const data = async () => { const global = await getGlobal() return { global: global.data } }