2
0
Fork 0

update packages

main
Ryan Moon 2024-08-15 19:36:26 -04:00
parent ede77d12e8
commit 91aac993f4
6 changed files with 827 additions and 9961 deletions

View File

@ -4,13 +4,6 @@
htmlAttrs: [
{ lang: 'en'}
],
title: 'Inspin Digital | Page Not Found',
meta: [
{
name: 'description',
content: `This page does not exist or has been moved.`
},
],
link: [
{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' },
{ rel: 'icon', sizes: '32x32', href: '/favicon-32x32.png' },

View File

@ -26,7 +26,7 @@ export default defineNuxtConfig({
token: process.env.DIRECTUS_TOKEN,
autoFetch: true,
},
css: [
"~/assets/style/style.css",
],
@ -40,6 +40,5 @@ export default defineNuxtConfig({
}
},
telemetry: false,
compatibilityDate: '2024-08-15'
telemetry: false
})

10759
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,12 @@
{
"name": "inspin",
"version": "1.0.0",
"description": "Shaping the future of online communities.",
"version": "1.0.1",
"description": "Creating a more decentralized web.",
"license": "GPL-3.0-only",
"homepage": "https://inspin.io",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"

View File

@ -1,5 +1,4 @@
<script setup>
useHead({
title: 'Inspin Digital | Contact us',
meta: [

View File

@ -13,16 +13,12 @@
})
)
}
import { format, parseISO } from "date-fns";
let published = parseISO(data.value.published)
data.value.published = format(published, 'MMMM dd, YYY')
</script>
<template>
<div class="legal">
<h2>Will be updated this soon.</h2>
<div class="heading center">
<h2>Will be updated this soon.</h2>
</div>
</div>
</template>