import { loadContent } from '@/helper/content' const i18n = loadContent( 'meta', require.context('./meta', false, /\.json$/) ) export { i18n }