mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
WIP Make frontend run with tilt...
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"logo": {
|
||||
"src": "/assets/icon-docs.svg",
|
||||
"alt": "Docs Logo",
|
||||
"style": { "width": "54px", "height": "auto" },
|
||||
"style": { "width": "54", "height": "auto" },
|
||||
"withTitle": true
|
||||
},
|
||||
"externalLinks": [
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"default": {
|
||||
"logo": {
|
||||
"src": "/assets/icon-docs.svg",
|
||||
"width": "54px",
|
||||
"width": "54",
|
||||
"alt": "Docs Logo",
|
||||
"withTitle": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user