link prefetching
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { postData } from './all.json.js';
|
||||
|
||||
export async function get() {
|
||||
return postData[0];
|
||||
return {body: postData[0]};
|
||||
}
|
Reference in New Issue
Block a user