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": {
|
"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": [
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user