We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03601c8 commit 98f3c74Copy full SHA for 98f3c74
src/plugins/next-font/plugin.ts
@@ -28,7 +28,7 @@ type FontOptions = {
28
source: string;
29
};
30
31
-const includePattern = /next(\\|\/|\\\\).*(\\|\/|\\\\)target\.css.*$/;
+const includePattern = /next(\\|\/|\\\\).*(\\|\/|\\\\)target\.css\?.*$/;
32
33
const virtualModuleId = "virtual:next-font";
34
0 commit comments