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.
2 parents c92ebe7 + 98f3c74 commit 833e54fCopy full SHA for 833e54f
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