From b2c8d80796bd80edb7140d03136498753af8e335 Mon Sep 17 00:00:00 2001 From: neri Date: Wed, 11 Dec 2019 22:57:03 +0100 Subject: [PATCH] configure path prefix --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 823925d..5205bf2 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -5,5 +5,5 @@ */ module.exports = { - /* Your site config here */ + pathPrefix: `/ctdo`, }