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: {