Skip to content
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

feat: add sanity provider #164

Merged
merged 3 commits into from
May 12, 2021
Merged

feat: add sanity provider #164

merged 3 commits into from
May 12, 2021

Conversation

danielroe
Copy link
Member

@danielroe danielroe commented Jan 26, 2021

I may add more options a la cloudinary module later as a separate PR later

resolves #163

@danielroe danielroe marked this pull request as ready for review January 27, 2021 19:53
@pi0 pi0 added the stalled label Apr 7, 2021
@pi0 pi0 removed the stalled label May 12, 2021
@@ -39,6 +39,9 @@ export default <NuxtConfig> {
imagekit: {
baseURL: 'https://ik.imagekit.io/demo'
},
sanity: {
projectId: 'j1o4tmjp'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sanity seems have a demo project zp7mbokg : https://www.sanity.io/docs/presenting-images

@pi0
Copy link
Member

pi0 commented May 12, 2021

Merging to avoid being stalled and have basic support. It would be nice if we later investigate sanity/image-url package as well as using a sanity project that is part of their demo.

@codecov-commenter
Copy link

Codecov Report

Merging #164 (4a3f84b) into main (389a12a) will decrease coverage by 1.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
- Coverage   57.59%   56.58%   -1.01%     
==========================================
  Files          21       22       +1     
  Lines         507      516       +9     
  Branches      125      126       +1     
==========================================
  Hits          292      292              
- Misses        215      224       +9     
Impacted Files Coverage Δ
src/provider.ts 72.22% <ø> (ø)
src/runtime/providers/sanity.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 389a12a...4a3f84b. Read the comment docs.

@pi0 pi0 merged commit 6483c34 into main May 12, 2021
@pi0 pi0 deleted the sanity-provider branch May 12, 2021 15:53
procrates pushed a commit to procrates/nuxt-image that referenced this pull request Feb 21, 2023
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.

Add Sanity provider
3 participants