feat: 💚 Fix config

Update URL and website name
This commit is contained in:
Louis Gallet 2023-09-10 08:48:44 +02:00
parent 796bc264f4
commit 0df807c7a9
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -3,10 +3,10 @@ module.exports = {
{ {
resolve: "gatsby-theme-portfolio-minimal", resolve: "gatsby-theme-portfolio-minimal",
options: { options: {
siteUrl: "https://gatsby-starter-portfolio-minimal-theme.netlify.app/", // Used for sitemap generation siteUrl: "https://louisgallet.fr", // Used for sitemap generation
manifestSettings: { manifestSettings: {
favicon: "./content/images/favicon.png", // Path is relative to the root favicon: "./content/images/favicon.png", // Path is relative to the root
siteName: "My Minimal Portfolio", // Used in manifest.json siteName: "Louis Gallet - Portfolio", // Used in manifest.json
shortName: "Portfolio", // Used in manifest.json shortName: "Portfolio", // Used in manifest.json
startUrl: "/", // Used in manifest.json startUrl: "/", // Used in manifest.json
backgroundColor: "#FFFFFF", // Used in manifest.json backgroundColor: "#FFFFFF", // Used in manifest.json