change blog to article
This commit is contained in:
parent
d10399a590
commit
3955fb4c2a
@ -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=""
|
||||||
|
@ -52,7 +52,7 @@ const entry = [
|
|||||||
{
|
{
|
||||||
title: '博客',
|
title: '博客',
|
||||||
url: false,
|
url: false,
|
||||||
to: 'blog'
|
to: 'article'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '日记',
|
title: '日记',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user