mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
* Added Remix to the list of frameworks * Replaced Development Command * Polished config * Added headers * Added example * Fixed logo * Trigger a Deployment * Added vercel.json * Port is automatically parsed through remix.config.js * Fixed sorting * Moved it down a bit * Trigger a Deployment * Removed useless property * Reverted readme * Fully reverted readme
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
export default function NiceWork() {
|
|
return <h1>You got it right!</h1>;
|
|
}
|