update
This commit is contained in:
8
web/src/pages/cv.astro
Normal file
8
web/src/pages/cv.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import Html from '@/components/html.astro';
|
||||
import { AppProvider } from '@/apps/cv/index.tsx';
|
||||
---
|
||||
|
||||
<Html title='简历'>
|
||||
<AppProvider client:only></AppProvider>
|
||||
</Html>
|
||||
Reference in New Issue
Block a user