mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
* update infra and remove railway
* feat(docs): added footer for page navigation, i18n for docs
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51.
* added SEO-related stuff
* fix image sizes
* add missing pages
* remove extraneous comments
9 lines
274 B
TypeScript
9 lines
274 B
TypeScript
import { createI18nMiddleware } from 'fumadocs-core/i18n/middleware'
|
|
import { i18n } from '@/lib/i18n'
|
|
|
|
export default createI18nMiddleware(i18n)
|
|
|
|
export const config = {
|
|
matcher: ['/((?!api|_next/static|_next/image|favicon|static|robots.txt|sitemap.xml|llms.txt).*)'],
|
|
}
|