mirror of
				https://github.com/skidoodle/albert.lol.git
				synced 2025-02-15 06:09:15 +01:00 
			
		
		
		
	.minor changes
This commit is contained in:
		@@ -47,5 +47,4 @@ module.exports = {
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  reactStrictMode: true,
 | 
					  reactStrictMode: true,
 | 
				
			||||||
  swcMinify: true,
 | 
					  swcMinify: true,
 | 
				
			||||||
  poweredByHeader: false,
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										13
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								package.json
									
									
									
									
									
								
							@@ -1,12 +1,19 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "portfolio",
 | 
					  "name": "albert.lol",
 | 
				
			||||||
  "version": "0.1.0",
 | 
					  "version": "4.0",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "dev": "next dev",
 | 
					    "dev": "next dev",
 | 
				
			||||||
    "build": "next build",
 | 
					    "build": "next build",
 | 
				
			||||||
    "start": "next start",
 | 
					    "start": "next start",
 | 
				
			||||||
    "lint": "next lint"
 | 
					    "lint": "next lint",
 | 
				
			||||||
 | 
					    "format": "prettier --write \"**/*.{js,ts,tsx,md}\""
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "prettier": {
 | 
				
			||||||
 | 
					    "arrowParens": "always",
 | 
				
			||||||
 | 
					    "semi": true,
 | 
				
			||||||
 | 
					    "trailingComma": "all",
 | 
				
			||||||
 | 
					    "singleQuote": true
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@types/node": "18.15.11",
 | 
					    "@types/node": "18.15.11",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,10 +2,7 @@ const { fontFamily } = require('tailwindcss/defaultTheme');
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/** @type {import('tailwindcss').Config} */
 | 
					/** @type {import('tailwindcss').Config} */
 | 
				
			||||||
module.exports = {
 | 
					module.exports = {
 | 
				
			||||||
  content: [
 | 
					  content: ['./src/**/*.{js,ts,jsx,tsx}'],
 | 
				
			||||||
    './src/pages/**/*.{js,ts,jsx,tsx}',
 | 
					 | 
				
			||||||
    './src/components/**/*.{js,ts,jsx,tsx}',
 | 
					 | 
				
			||||||
  ],
 | 
					 | 
				
			||||||
  theme: {
 | 
					  theme: {
 | 
				
			||||||
    extend: {
 | 
					    extend: {
 | 
				
			||||||
      fontFamily: {
 | 
					      fontFamily: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user