Skip to content

Commit cc3a57c

Browse files
committed
fix: incorrect deployment url
1 parent 3b187f7 commit cc3a57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/api/projects.get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const projectsList: Array<ProjectDTO> = [
3737
finished: "10/03/2024",
3838
github: "https://github.com/devdouglasgfs/portfolio",
3939
image: "/assets/images/projects/portfolio.png",
40-
deployUrl: "https://devdouglasportfolio.netlify.app",
40+
deployUrl: "https://portfolio-devdouglas-gfs.nuxt.dev",
4141
description:
4242
"Meu portfólio pessoal foi desenvolvido com Nuxt, Vue e Tailwind e tem sua prototipagem no Figma, tem o propósito de exibir meus projetos, habilidades e informações sobre mim.",
4343
status: "concluido",

0 commit comments

Comments
 (0)