From 518b4ce6c1cfa5019ee8b2cfb9d36cacedbcfcfa Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 30 Aug 2024 14:59:17 +0200 Subject: [PATCH] add blog-post + links --- dashboard/layouts/dashboard.vue | 1 + dashboard/pages/index.vue | 4 +- landing/blog/Blog.ts | 14 +- landing/pages/blog/why-choose-litlyx.vue | 455 ++++++++++++++++++ landing/pages/index.vue | 40 +- .../public/blog/posts/why-choose-litlyx.jpg | Bin 0 -> 38907 bytes 6 files changed, 493 insertions(+), 21 deletions(-) create mode 100644 landing/pages/blog/why-choose-litlyx.vue create mode 100644 landing/public/blog/posts/why-choose-litlyx.jpg diff --git a/dashboard/layouts/dashboard.vue b/dashboard/layouts/dashboard.vue index 1816dea..ed016f3 100644 --- a/dashboard/layouts/dashboard.vue +++ b/dashboard/layouts/dashboard.vue @@ -12,6 +12,7 @@ const sections: Section[] = [ { label: 'Events', to: '/events', icon: 'fal fa-square-bolt' }, { label: 'Analyst', to: '/analyst', icon: 'fal fa-microchip-ai' }, { label: 'Insights (soon)', to: '#', icon: 'fal fa-lightbulb', disabled: true }, + { label: 'Links (soon)', to: '#', icon: 'fal fa-globe-pointer', disabled: true }, { label: 'Docs', to: 'https://docs.litlyx.com', icon: 'fal fa-book', external: true, action() { Lit.event('docs_clicked') }, diff --git a/dashboard/pages/index.vue b/dashboard/pages/index.vue index fddc330..9625173 100644 --- a/dashboard/pages/index.vue +++ b/dashboard/pages/index.vue @@ -124,7 +124,7 @@ const refreshKey = computed(() => `${snapshot.value._id.toString() + activeProje -