This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add catapult mailer support (#54)
* Update fetch.js this might not work..... Signed-off-by: Emperor Numerius <[email protected]> * Delete netlify/functions/fetch directory deleted Signed-off-by: Emperor Numerius <[email protected]> * Update index.astro add the fetch functionality i think Signed-off-by: Emperor Numerius <[email protected]> * Delete netlify.toml Signed-off-by: Emperor Numerius <[email protected]> * Create netlify.toml Signed-off-by: Emperor Numerius <[email protected]> * d * j * should work now * now it should work * i forgot about the semicolon * bugs * h * f * text * gh * , * n * fgds * Delete .vscode/settings.json Signed-off-by: Kieran Klukas <[email protected]> * bug: fix js Signed-off-by: Kieran Klukas <[email protected]> * Update index.astro Signed-off-by: Kieran Klukas <[email protected]> * fix: handle error response in index.astro * chore: Update Astro config for server output and Netlify adapter * chore: run prettier --------- Signed-off-by: Emperor Numerius <[email protected]> Signed-off-by: Kieran Klukas <[email protected]> Co-authored-by: Kieran Klukas <[email protected]>
- Loading branch information
1 parent
ffdfd7e
commit 9f169c3
Showing
7 changed files
with
45 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
import { defineConfig } from "astro/config"; | ||
|
||
import netlify from "@astrojs/netlify/functions"; | ||
|
||
// https://astro.build/config | ||
export default defineConfig({ | ||
redirects: { | ||
"/branding": "/brand", | ||
}, | ||
output: "server", | ||
adapter: netlify(), | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
[[redirects]] | ||
from = "/api/*" | ||
to = "/.netlify/functions/:splat" | ||
status = 200 | ||
status = 200 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters