Skip to content

Commit

Permalink
docs: nextjs setup (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky committed Nov 18, 2023
1 parent b0aef6e commit 48e1f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/next.mdx
Expand Up @@ -43,7 +43,7 @@ module.exports = {
// Convert all other *.svg imports to React components
{
test: /\.svg$/i,
issuer: /\.[jt]sx?$/,
issuer: fileLoaderRule.issuer,
resourceQuery: { not: [...fileLoaderRule.resourceQuery.not, /url/] }, // exclude if *.svg?url
use: ['@svgr/webpack'],
},
Expand Down

1 comment on commit 48e1f38

@vercel
Copy link

@vercel vercel bot commented on 48e1f38 Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgr – ./

svgr-gregberge.vercel.app
svgr-git-main-gregberge.vercel.app
api.react-svgr.com

Please sign in to comment.