-
+
\ No newline at end of file
diff --git a/pages/about.vue b/pages/about.vue
new file mode 100644
index 0000000..667b451
--- /dev/null
+++ b/pages/about.vue
@@ -0,0 +1,5 @@
+
+
+
This page will be displayed at the /about route.
+
+
\ No newline at end of file
diff --git a/pages/index.vue b/pages/index.vue
new file mode 100644
index 0000000..96c0baf
--- /dev/null
+++ b/pages/index.vue
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tailwind.config.js b/tailwind.config.js
index 4261147..7a02200 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,11 +1,11 @@
-const animate = require("tailwindcss-animate")
+import tailwindcssAnimate from 'tailwindcss-animate'
/** @type {import('tailwindcss').Config} */
-module.exports = {
+export default {
darkMode: ["class"],
safelist: ["dark"],
prefix: "",
-
+
theme: {
container: {
center: true,
@@ -82,5 +82,5 @@ module.exports = {
},
},
},
- plugins: [animate],
+ plugins: [tailwindcssAnimate],
}
\ No newline at end of file