Skip to content

Commit

Permalink
Merge pull request #1082 from basics/feature/update
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ThornWalli authored Aug 12, 2024
2 parents 2b94779 + 3c63f2f commit 6f939f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hookFunctions/nitro/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default (
await prepareLinkStylesheets($, { distNuxt, route });
}

route.contents = render(document);
route.contents = render(document, { decodeEntities: false });
});
};

Expand Down

0 comments on commit 6f939f4

Please sign in to comment.