Commit a71b8556 authored by tom's avatar tom

fix errors

parent 6008b584
const withReactSvg = require('next-react-svg')
const path = require('path')
// eslint-disable-next-line @typescript-eslint/no-var-requires
const withReactSvg = require('next-react-svg');
import path from 'path';
module.exports = withReactSvg({
include: path.resolve(__dirname, 'icons'),
reactStrictMode: true,
webpack(config, options) {
webpack(config: unknown) {
return config
}
})
\ No newline at end of file
},
})
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