Diego Artiles
Diego Artiles
## Description Improve the share function with more options like embed code. To improve future developments, I added a modal component 😏 ## TODO list - [x] Create a share...
## Description Convert input to component in order to make it reutilizable. This PR was created in order to complement [this one](https://github.com/midudev/codi.link/pull/152)
## Description Generate short links when using codi.link to easily share with friendly links. For this purpose I am using [firebase](https://firebase.google.com/?hl=es) ## TODO list - [x] Generate fully shareable short...
It would be better to have templates to start a project quickly.
The base path `./`, should be show the recent projects and maybe other relevant information.
# Description I have an application with Nuxt and cookie-based authentication. My problem is, that cookies are not sent from the server side, that's why the user info is lost....
Hey, I was trying this SDK to send page views from the server side in Astro. This SDK works well on localhost, but it doesn't work on Vercel. This is...