From 0cb1f127a7aba2be735236cc72e63a1db9aaf9b7 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Thu, 25 Jan 2024 14:04:14 -0600 Subject: [PATCH] fix: load docs on base, like other clients MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I want to use layers. I think clients are the correct use case. But… I keep needing to return client stylesheet imports to base layer to fix demo bugs. --- fractal.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fractal.config.js b/fractal.config.js index c3a6aad98..cc4cfd583 100644 --- a/fractal.config.js +++ b/fractal.config.js @@ -71,7 +71,7 @@ fractal.components.set('default.context', { }], docsStyles: [{ isInternal: true, - layer: 'project', + layer: 'base', path: '/assets/core-styles.docs.css' }], portalStyles: [{