change blog to article

This commit is contained in:
Jeffrey Hsu 2024-12-02 20:09:54 +08:00
parent d10399a590
commit 3955fb4c2a
5 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const thumbUrl = computed(() => {
<template> <template>
<nuxt-link :title="post.title" <nuxt-link :title="post.title"
class="container relative h-56 overflow-hidden rounded-2xl text-white hover:cursor-pointer hover:text-amber-200 hover:shadow-lg" class="container relative h-56 overflow-hidden rounded-2xl text-white hover:cursor-pointer hover:text-amber-200 hover:shadow-lg"
:to="{name: 'blog-cid', params: {cid: post.cid}}"> :to="{name: 'article-cid', params: {cid: post.cid}}">
<!-- 图片 --> <!-- 图片 -->
<div class="container h-full"> <div class="container h-full">
<img :src="thumbUrl" alt="" <img :src="thumbUrl" alt=""

View File

@ -52,7 +52,7 @@ const entry = [
{ {
title: '博客', title: '博客',
url: false, url: false,
to: 'blog' to: 'article'
}, },
{ {
title: '日记', title: '日记',