Skip to content

Commit

Permalink
fix(dev-server): fix top level assets with rari (mdn#12304)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored and pepelsbey committed Dec 21, 2024
1 parent 56a9e19 commit 0ef62ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ if (RARI) {
"/en-US/community/index.json",
"/en-US/plus/docs/*",
"/en-US/observatory/docs/*",
"/:locale/",
"/:locale([a-z]{2}(?:(?:-[A-Z]{2})?))/",
],
async (req, res) => {
try {
Expand Down

0 comments on commit 0ef62ff

Please sign in to comment.