Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

129
Views
removing locale prefix in next.js

I want NOT to show locale prefix in URL when I switch language from default to not default (from 'ka' to 'en'). I mean from this localhost:3005/en/home to this localhost:3005/home. Any idea how can I manage this? This is my next.config.js

module.exports = {
    reactStrictMode: true,
    i18n: {
        localeDetection: false,
        locales: ['en', 'ka'],
        defaultLocale: 'ka'
    },
    eslint: {
        // Warning: This allows production builds to successfully complete even if
        // your project has ESLint errors.
        ignoreDuringBuilds: true
    }
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!