diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 6ab5b04..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -shamefullyHoist=true diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..7c95c6f --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,2 @@ +@import "tailwindcss"; +@import "@nuxt/ui"; diff --git a/components/footer.vue b/components/footer.vue index 1e27057..0b4740b 100644 --- a/components/footer.vue +++ b/components/footer.vue @@ -3,7 +3,7 @@ const currentYear = new Date().getFullYear();