Skip to content

Commit

Permalink
generalize path
Browse files Browse the repository at this point in the history
  • Loading branch information
currenthandle committed Sep 1, 2023
1 parent 335579b commit 02bf61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const nextConfig = {
async headers() {
return [
{
source: '/',
source: '/:path*',
headers: [
{
key: 'Cross-Origin-Embedder-Policy',
Expand Down

0 comments on commit 02bf61f

Please sign in to comment.