From 7a5427ffc2a3cf0c67b214463494f94f727ef84d Mon Sep 17 00:00:00 2001
From: skidoodle <53189968+skidoodle@users.noreply.github.com>
Date: Sun, 9 Apr 2023 12:03:17 +0200
Subject: [PATCH] .minor changes

---
 next.config.js     |  1 -
 package.json       | 13 ++++++++++---
 tailwind.config.js |  5 +----
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/next.config.js b/next.config.js
index b2ae02a..a8a8d0f 100644
--- a/next.config.js
+++ b/next.config.js
@@ -47,5 +47,4 @@ module.exports = {
   },
   reactStrictMode: true,
   swcMinify: true,
-  poweredByHeader: false,
 };
diff --git a/package.json b/package.json
index c15cc39..41641e5 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,19 @@
 {
-  "name": "portfolio",
-  "version": "0.1.0",
+  "name": "albert.lol",
+  "version": "4.0",
   "private": true,
   "scripts": {
     "dev": "next dev",
     "build": "next build",
     "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": {
     "@types/node": "18.15.11",
diff --git a/tailwind.config.js b/tailwind.config.js
index c72fb5b..e133853 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -2,10 +2,7 @@ const { fontFamily } = require('tailwindcss/defaultTheme');
 
 /** @type {import('tailwindcss').Config} */
 module.exports = {
-  content: [
-    './src/pages/**/*.{js,ts,jsx,tsx}',
-    './src/components/**/*.{js,ts,jsx,tsx}',
-  ],
+  content: ['./src/**/*.{js,ts,jsx,tsx}'],
   theme: {
     extend: {
       fontFamily: {