Commit a71b8556 authored by tom's avatar tom

fix errors

parent 6008b584
const withReactSvg = require('next-react-svg') // eslint-disable-next-line @typescript-eslint/no-var-requires
const path = require('path') const withReactSvg = require('next-react-svg');
import path from 'path';
module.exports = withReactSvg({ module.exports = withReactSvg({
include: path.resolve(__dirname, 'icons'), include: path.resolve(__dirname, 'icons'),
reactStrictMode: true, reactStrictMode: true,
webpack(config, options) { webpack(config: unknown) {
return config return config
} },
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment