Fix text format for config.mjs

This commit is contained in:
prototypa
2023-01-06 16:06:01 -05:00
committed by GitHub
parent f6672ce070
commit 9f7a4fdca8

View File

@ -151,7 +151,7 @@ const CONFIG = {
trailingSlash: false, // Generate permalinks with or without "/" at the end
title: 'Example - This is the homepage title of Example', // default seo title
description: 'This is the homepage description of Example', // default seo description
description: 'This is the homepage description of Example', // default seo descriptio
defaultImage: "image.jpg", // default seo image
defaultTheme: 'system', // Values: "system" | "light" | "dark" | "light:only" | "dark:only"