Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Oct 12, 2023
1 parent 6adc66f commit 7a4fba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BladeRouteGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ private function generateMergeJavascript(Ziggy $ziggy, $nonce)

private function getRouteFunction()
{
return config('ziggy.skip-route-function') ? '' : file_get_contents(__DIR__ . '/../dist/index.js');
return config('ziggy.skip-route-function') ? '' : file_get_contents(__DIR__ . '/../dist/route.umd.js');
}
}

0 comments on commit 7a4fba7

Please sign in to comment.