refactor: config nextjs boilerplate
This commit is contained in:
		| @@ -1,13 +1,14 @@ | |||||||
| import { PCDefaultValues } from 'types/projectConfig' | import { PCDefaultValues } from 'types/projectConfig' | ||||||
|  |  | ||||||
| export const projectConfig: PCDefaultValues = { | export const projectConfig: PCDefaultValues = { | ||||||
|   shortName: 'Unknown project name', |   shortName: 'Boilerplate', | ||||||
|   longName: 'Unknown project name', |   longName: 'Next.Js Boilerplate', | ||||||
|   description: 'Unknown project description', |   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', |   url: 'Unknown project url', | ||||||
|   color: '#FF0000', |   color: '#441F83', | ||||||
|   icons: { |   icons: { | ||||||
|     image: '/images/Logo.png', |     image: '/images/Logo.svg', | ||||||
|     default: '/icons/favicons/favicon.ico', |     default: '/icons/favicons/favicon.ico', | ||||||
|     apple: '/icons/favicons/apple-touch-icon.png', |     apple: '/icons/favicons/apple-touch-icon.png', | ||||||
|     '16_16': '/icons/favicons/favicon-16x16.png', |     '16_16': '/icons/favicons/favicon-16x16.png', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user