AgentGPT
AgentGPT copied to clipboard
Addressed minor issues regarding code standards
The changes I made:
-
Drawer.tsx
used traditional html5<img>
tag.- I changed it to next's
<Image>
tag
- I changed it to next's
-
Drawer.tsx
had duplicate stylings in line 180 and 197 - In the typescript-eslint-template-expressions it is recommended we use the correct expression. You can see this change in line 23 of
Label.tsx
@rp-bot is attempting to deploy a commit to the reworkd Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
agent-gpt | ❌ Failed (Inspect) | Apr 21, 2023 5:07pm |
From the documentation
When using an external URL, you must add it to remotePatterns in next.config.js.
So we'll need to setup what Adam mentioned first.