Skip to content

Commit

Permalink
missing root home redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jul 21, 2023
1 parent 40d28ad commit 1a79e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/_dogfooding/dogfooding.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ const dogfoodingPluginInstances = [
exports.dogfoodingPluginInstances = dogfoodingPluginInstances;

exports.dogfoodingRedirects = [
{
from: ['/home/'],
to: '/',
},
{
from: ['/home/qs'],
to: '/?a=1',
Expand Down

0 comments on commit 1a79e0a

Please sign in to comment.