Skip to content
Discussion options

You must be logged in to vote

Hi @paula-espana-fascinante!

For your first issue (adding image & SVG loading), you could use next-images which is a community plugin that allows you to use inline images in your components:

// next.config.js
const withImages = require('next-images')
module.exports = withImages()

For your second issue, do you have any more info you could share? That error means that it can't find the lib/api.js module. Which file and folder are you referencing that from?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@paula-espana-fascinante
Comment options

Answer selected by paula-espana-fascinante
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants