Skip to content

Commit 8462afb

Browse files
authored
Merge pull request #281 from code0-tech/feat/#280
Custom icons with codezero:__ flag
2 parents 2224557 + 2033d20 commit 8462afb

6 files changed

Lines changed: 2539 additions & 230 deletions

File tree

next.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ const nextConfig: NextConfig = {
4949
loaders: ["graphql-tag/loader"],
5050
as: "*.js"
5151
},
52+
"*.svg": {
53+
loaders: ["@svgr/webpack"],
54+
as: "*.js"
55+
},
5256
},
5357
},
5458
rewrites: () => {

0 commit comments

Comments
 (0)