mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-15 08:17:20 +02:00
Add Blog (#83)
* add rss ingestor * it works * blog working * fix the theme switcher * finalize blog, re-add store * fix terraform for blog_scraper * update sitemap * update readme
This commit is contained in:
@@ -159,6 +159,22 @@ const router = createRouter({
|
||||
title: 'Store | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/blog',
|
||||
name: 'blog',
|
||||
component: () => import('../views/Blog.vue'),
|
||||
meta: {
|
||||
title: 'News | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/blog/:id',
|
||||
name: 'blog-post',
|
||||
component: () => import('../views/BlogPost.vue'),
|
||||
meta: {
|
||||
title: 'Blog Post | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
|
||||
Reference in New Issue
Block a user