import React from 'react' import { DocsThemeConfig } from 'nextra-theme-docs' import { useConfig } from 'nextra-theme-docs' const config: DocsThemeConfig = { logo: ( <> Prompt Engineering Guide > ), i18n: [ { locale: 'en', text: 'English' }, { locale: 'zh', text: '中文' }, { locale: 'jp', text: '日本語'}, { locale: 'pt', text: 'Português' }, ], head: function UseHead() { const { title } = useConfig() return ( <>