diff --git a/README.md b/README.md index f5db2a2..3fd95b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Nuxt 3 Minimal Starter +# Portfolio 2023 -Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. +A portfolio site built in [Nuxt.js](https://nuxtjs.org) and [Tailwind CSS](https://tailwindcss.com). ## Setup diff --git a/components/project/ProjectShow.vue b/components/project/ProjectShow.vue index d729b09..f8da19f 100644 --- a/components/project/ProjectShow.vue +++ b/components/project/ProjectShow.vue @@ -40,7 +40,7 @@
@@ -143,7 +143,6 @@ const props = defineProps({ }) const {getFullUrl} = useApiData(); -const {jsonToHtml} = useSerialize(); const formatDate = (date: string) => { return new Date(date).toLocaleDateString('en-GB', { year: 'numeric', month: 'short' }); diff --git a/pages/about.vue b/pages/about.vue index 766ce1b..682d1d9 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -3,6 +3,17 @@