Skip to content

Commit d67e586

Browse files
committed
refactor: emails folder at root
1 parent 180af49 commit d67e586

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

server/api/mail.post.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { render } from "@vue-email/render";
2-
import emailContacto from "~/emails/contacto.vue";
3-
import emailUnirse from "~/emails/unirse.vue";
2+
import emailContacto from "~~/emails/contacto.vue";
3+
import emailUnirse from "~~/emails/unirse.vue";
44

55
export default defineEventHandler(async (event) => {
66
const { template, form, lang } = await readBody(event);

0 commit comments

Comments
 (0)