mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 13:31:26 -07:00
refactor(site): english-only, remove i18n machinery
This commit is contained in:
@@ -5,11 +5,6 @@ import sitemap from "@astrojs/sitemap";
|
||||
|
||||
export default defineConfig({
|
||||
site: "https://termscp.rs",
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
locales: ["en", "zh-CN", "it", "fr", "es"],
|
||||
routing: { prefixDefaultLocale: false },
|
||||
},
|
||||
integrations: [sitemap()],
|
||||
vite: { plugins: [tailwindcss()] },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user