UNPKG

ran-boilerplate

Version:

React . Apollo (GraphQL) . Next.js Toolkit

14 lines (10 loc) 305 B
# RAN! ## Static Files (Images, Docs, Others...) > This info is copied from Next.js Doc > [Doc Link](https://github.com/zeit/next.js/#static-file-serving-eg-images) From your code you can reference those files with /static/ URLs: ```js export default () => ( <img src="/static/my-image.png" /> ) ```