From d1cbb7149196362849a2e95639f9071dead53a0f Mon Sep 17 00:00:00 2001 From: Stephan Ringel Date: Wed, 8 Sep 2021 11:58:34 +0200 Subject: [PATCH] Document how to minimize source code (fixes #90) --- gatsby-config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index f47c279be..c5fb151f3 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -258,6 +258,10 @@ module.exports = { "title": "Custom Events Overview", "path": "guides/events/custom-events.md" }, + { + "title": "Tips and Tricks for optimizing Project Firefly Apps", + "path": "guides/tips_tricks.md" + }, { "title": "Reference documentation", "path": "guides/reference_documentation"