fix: porblem with default locale

This commit is contained in:
2022-05-16 13:33:56 +01:00
parent e8655b3cfa
commit ffb1b83faf
3 changed files with 12 additions and 6 deletions

View File

@ -6,6 +6,7 @@ export const projectConfig: PCDefaultValues = {
description:
'The latest Next.js boilerplate starter code/time saver with Typescript / SCSS. Including linters such as: Prettier, Eslint and Stylelint.',
url: 'Unknown project url',
defaultLocale: 'en',
color: '#775aaa',
icons: {
image: '/images/Logo.png',