WIP Make frontend run with tilt...

This commit is contained in:
Quentin BEY
2026-04-22 18:54:17 +02:00
parent eab0b63004
commit c4b4d6dd56
3 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ const buildId = crypto.randomBytes(256).toString('hex').slice(0, 8);
/** @type {import('next').NextConfig} */
const nextConfig = {
allowedDevOrigins: ['docs.127.0.0.1.nip.io'],
output: 'export',
trailingSlash: true,
images: {