plzzz
This commit is contained in:
parent
90f97af357
commit
96619fa9e6
|
|
@ -5,7 +5,7 @@
|
|||
"rewrites": [
|
||||
{
|
||||
"source": "/posts/(.*)",
|
||||
"destination": "/posts/$1"
|
||||
"destination": "/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -15,8 +15,8 @@ export default defineConfig({
|
|||
viteStaticCopy({
|
||||
targets: [
|
||||
{
|
||||
src: 'src/posts/**/*',
|
||||
dest: 'posts'
|
||||
src: 'src/posts/',
|
||||
dest: '.'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue