Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

inabagumi-archive/next-svg

Repository files navigation

@inabagumi/next-svg

SVG plugin for Next.js.

Usage

// next.config.js
const withSvg = require('@inabagumi/next-svg');

module.exports = withSvg({
  svgrOptions: {
    svgo: false
  }
})

License

MIT