migrate to app dir and ssr

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-01-20 22:54:38 +01:00
parent 719a82f1c4
commit 308ae98472
194 changed files with 4706 additions and 2194 deletions

View File

@@ -1,5 +1,5 @@
const colors = [
'#7856ff',
'#2563EB',
'#ff7557',
'#7fe1d8',
'#f8bc3c',
@@ -11,6 +11,7 @@ const colors = [
'#febbb2',
'#cb80dc',
'#5cb7af',
'#7856ff',
];
/** @type {import('tailwindcss').Config} */
@@ -23,13 +24,6 @@ const config = {
'./src/**/*.{ts,tsx}',
],
theme: {
container: {
center: true,
padding: '2rem',
screens: {
'2xl': '1400px',
},
},
extend: {
colors: {
border: 'hsl(var(--border))',