Skip to content

Commit

Permalink
Merge pull request #113 from ynmstudio/feature/update-app-to-angular-17
Browse files Browse the repository at this point in the history
fix landingpage
  • Loading branch information
denisyilmaz authored Feb 28, 2024
2 parents 234530a + 28b9146 commit a9de4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
52 changes: 0 additions & 52 deletions landingpage/src/providers/matomo/useMatomo.ts

This file was deleted.

6 changes: 3 additions & 3 deletions landingpage/src/routes/[...locale]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
useForm,
valiForm$,
} from "@modular-forms/qwik";
import { MatomoContext, useMatomo } from "~/providers/matomo";
import { MatomoContext } from "~/providers/matomo";

const ContactSchema = object({
name: string([minLength(1, $localize`Please enter your name.`)]),
Expand All @@ -47,8 +47,8 @@ export const useFormLoader = routeLoader$<InitialValues<ContactForm>>(() => ({
// // Runs on server
// const { Client } = await import("node-mailjet");
// const mailjet = Client.apiConnect(
// process.env.MJ_APIKEY_PUBLIC ?? "76f4a9a03bb481c4f0ffbfab16b3c79b",
// process.env.MJ_APIKEY_PRIVATE ?? "afaa7a584eb54bf52c5452639d67524f",
// process.env.MJ_APIKEY_PUBLIC ?? "xxx",
// process.env.MJ_APIKEY_PRIVATE ?? "xxx",
// );
// const request = mailjet.post("send", { version: "v3.1" }).request({
// Messages: [
Expand Down

0 comments on commit a9de4f1

Please sign in to comment.