diff --git a/next.config.ts b/next.config.ts
index 0e48617..50436c1 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -1,10 +1,14 @@
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
+ output: 'standalone',
basePath: process.env.BASEPATH,
eslint: {
ignoreDuringBuilds: true,
},
+ typescript: {
+ ignoreBuildErrors: true,
+ },
redirects: async () => [
{
source: '/',
diff --git a/src/components/layout/horizontal/HorizontalMenu.tsx b/src/components/layout/horizontal/HorizontalMenu.tsx
index af9bbac..dd7658e 100644
--- a/src/components/layout/horizontal/HorizontalMenu.tsx
+++ b/src/components/layout/horizontal/HorizontalMenu.tsx
@@ -97,8 +97,8 @@ const HorizontalMenu = ({ dictionary }: { dictionary: Awaited}>
{dictionary['navigation'].analytics}
- }>
- {dictionary['navigation'].eCommerce}
+ }>
+ {dictionary['navigation'].inventory}
}>
{dictionary['navigation'].academy}