Skip to content

Commit

Permalink
prettier and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
robsutcliffe committed Dec 21, 2023
1 parent 4365501 commit c91aa25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/siteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const siteMetadata = {
title: "Rob's Blog",
author: 'Rob Sutcliffe',
headerTitle: 'Rob\'s Blog',
headerTitle: "Rob's Blog",
description: 'Thoughts about UI Engineering and Data Visualisation',
language: 'en-uk',
theme: 'system', // system, dark or light
Expand Down Expand Up @@ -42,7 +42,7 @@ const siteMetadata = {
// Please add your .env file and modify it according to your selection
provider: '',
},
comments: "",
comments: '',
/*comments: {
// If you want to use an analytics provider you have to add it to the
// content security policy in the `next.config.js` file.
Expand Down

0 comments on commit c91aa25

Please sign in to comment.