wip: dynamic preview

This commit is contained in:
2025-09-24 08:46:02 -04:00
parent d553d8021d
commit 67118cd6c0
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export default defineEventHandler(() => {
return `<div>TODO: Preview from Nuxt API endpoint</div>`;
});