Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
删点没用的改个名字
  • Loading branch information
Cksheuen committed Nov 4, 2023
1 parent f576a42 commit 4ee4390
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 67 deletions.
13 changes: 0 additions & 13 deletions components/PageView.vue

This file was deleted.

4 changes: 2 additions & 2 deletions constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const appName = 'Vitesse for Nuxt 3'
export const appDescription = 'Vitesse for Nuxt 3'
export const appName = 'Cksheuen\'s Blog'
export const appDescription = 'Someone who have a long way to go.'
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineNuxtConfig({
},
prerender: {
crawlLinks: false,
routes: ['/'],
routes: ['/', 'blogList', 'demoList'],
ignore: ['/hi'],
},
},
Expand Down
6 changes: 0 additions & 6 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ const online = useOnline()
</div>
</div>
<Suspense>
<ClientOnly>
<PageView v-if="online" />
<div v-else text-gray:80>
You're offline
</div>
</ClientOnly>
<template #fallback>
<div italic op50>
<span animate-pulse>Loading...</span>
Expand Down
26 changes: 0 additions & 26 deletions server/api/posts/[...id].ts

This file was deleted.

19 changes: 0 additions & 19 deletions server/api/posts/md/[id].ts

This file was deleted.

0 comments on commit 4ee4390

Please sign in to comment.