Lorenzo Signoretti

Results 2 issues of Lorenzo Signoretti

Requests that end with a trailing slash are redirected to their non-trailing slash counterpart ([source](https://github.com/denoland/fresh/blob/main/src/server/context.ts#L275-L277)). The Fresh manifest could support a new, optional `trailingSlash` config to revert this behavior, where...

feat

Hi team, Version 1.0.3 reintroduces support for returning array objects from a i18n json (see https://github.com/vinissimus/next-translate/issues/495). However the I18nDictionary interface has been changed from: ```javascript export interface I18nDictionary { [key:...