move website to own directory

This commit is contained in:
Rene Haas
2022-10-17 22:12:54 +02:00
parent f47e2728f7
commit 83e7ffcd3a
49 changed files with 4310 additions and 363 deletions
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
// eslint-disable-next-line global-require
presets: [require('@~local/tailwind')],
content: ['**/*.{js,ts,jsx,tsx}'],
};