fix(front-end): add settings to force trailing slash in the url
This commit is contained in:
parent
7e69a95493
commit
102981d8a9
@ -2,4 +2,5 @@ module.exports = {
|
|||||||
pageExtensions: ['ts', 'tsx'],
|
pageExtensions: ['ts', 'tsx'],
|
||||||
poweredByHeader: false,
|
poweredByHeader: false,
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
trailingSlash: true,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user