Removed S3

This commit is contained in:
2024-09-08 23:42:36 -06:00
parent c0923aaf2b
commit 2edff6915a
15 changed files with 51 additions and 203 deletions

View File

@ -100,14 +100,9 @@ func Home(c echo.Context) error {
buttons := []lib.ButtonLink{
{
Name: "Resumé",
Href: lib.GeneratePublicURL("Atridad_Lahiji_Resume.pdf"),
Href: "/public/files/Atridad_Lahiji_Resume.pdf",
Internal: false,
},
{
Name: "Testimonials",
Href: "/testimonials",
Internal: true,
},
{
Name: "Posts",
Href: "/posts",