Logo
Explore Help
Register Sign In
letsbe/LetsBeBiz-Site
1
0
Fork 0
You've already forked LetsBeBiz-Site
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3cdb95e488667b350be35de97fb8b6fc8d3a2344
LetsBeBiz-Site/next.config.mjs

15 lines
382 B
JavaScript
Raw Normal View History

feat: complete agency site build (Phases 1-7) Full Next.js 16 + Payload CMS 3.x agency site with: - Homepage: Hero, TrustBar, Services, Configurator wizard, Process, Selected Works, Philosophy, CTA Banner - Sub-pages: /services (3 pillars + AI Layer), /work/[slug] (case studies), /about (philosophy + story) - Configurator: 3-step wizard with AI brief generation API - i18n: Full EN/FR bilingual with next-intl - Design system: Cormorant Garamond + Inter, celestial blue palette, glassmorphism nav, Framer Motion animations - Payload CMS collections: Projects, Services, Submissions, Media Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 20:37:38 +01:00
import { withPayload } from '@payloadcms/next/withPayload'
import createNextIntlPlugin from 'next-intl/plugin'
const withNextIntl = createNextIntlPlugin('./src/i18n/request.ts')
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
formats: ['image/avif', 'image/webp'],
},
}
export default withPayload(withNextIntl(nextConfig))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 34ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API