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

@@ -4,7 +4,7 @@
"logo": { "logo": {
"src": "/assets/icon-docs.svg", "src": "/assets/icon-docs.svg",
"alt": "Docs Logo", "alt": "Docs Logo",
"style": { "width": "54px", "height": "auto" }, "style": { "width": "54", "height": "auto" },
"withTitle": true "withTitle": true
}, },
"externalLinks": [ "externalLinks": [

View File

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

View File

@@ -11,7 +11,7 @@
"default": { "default": {
"logo": { "logo": {
"src": "/assets/icon-docs.svg", "src": "/assets/icon-docs.svg",
"width": "54px", "width": "54",
"alt": "Docs Logo", "alt": "Docs Logo",
"withTitle": true "withTitle": true
}, },