This commit is contained in:
@@ -9,6 +9,7 @@ import i18nextConfig, {
|
||||
LOCALES_PATH,
|
||||
LOCAL_LOCALES_PATH,
|
||||
} from "./i18next.config";
|
||||
import path from "node:path";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
@@ -46,4 +47,10 @@ export default defineConfig({
|
||||
__LOCALES_PATH__: JSON.stringify(LOCALES_PATH),
|
||||
__DEFAULT_LANG__: JSON.stringify(DEFAULT_LANGUAGE),
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
"@components": path.resolve(__dirname, "./src/components"),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user