Skip to content

Fix issues preventing Vercel deployment #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

Connor-Skudlarek
Copy link
Collaborator

Fixes #45

Most of the file changes is just Prettier running or adding missing "use client" in components.

Also added Sharp for image optimization to remove warning from Nextjs.

Broken issue seems to have been /ui/Button as not importing. Tried changing to default, tried lowercase, etc. Only fix came from changing /ui to /UIcomponents. I think Nextjs may have an internally protected /ui/button pathing, maybe? Nothing else makes sense for this to break or for this to fix it. At least, not to me.

A preview site can be viewed here: https://murphy-ecommerce-frontend-om5iq4qjp-connor-skudlareks-projects.vercel.app/

Once it is pulled into main, it will be viewable at: murphy-4human.vercel.app

Fix names, run prettier

Add missing 'use client'

Minor change to fix errors on Vercel build

Add sharp package for images

Export button as default

Move landing components to own folder

This is such a weird bug

Maybe going even higher in file tree?

Change order of import

See what happens if button doesn't exist

Add button back

Maybe a cache issue with Vercel

Change ui folder name

Fix broken changes to ui folder

More broken changes
@Connor-Skudlarek Connor-Skudlarek linked an issue Apr 20, 2024 that may be closed by this pull request
2 tasks
Copy link

vercel bot commented Apr 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
murphy-ecommerce-frontend ✅ Ready (Inspect) Visit Preview Apr 20, 2024 10:19pm

@Calesi19 Calesi19 merged commit 3f4ad78 into main Apr 21, 2024
@Calesi19 Calesi19 deleted the 45-make-app-deployable-to-vercel branch April 21, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make app deployable to Vercel
2 participants