Dieser Commit ist enthalten in:
Ursprung
890f71d144
Commit
8d64901d07
@ -17,9 +17,9 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { sequence } from "astro/middleware"
|
import { sequence } from "astro/middleware";
|
||||||
import { useAstroI18n } from "astro-i18n"
|
import { useAstroI18n } from "astro-i18n";
|
||||||
|
|
||||||
const astroI18n = useAstroI18n()
|
const astroI18n = useAstroI18n();
|
||||||
|
|
||||||
export const onRequest = sequence(astroI18n)
|
export const onRequest = sequence(astroI18n);
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren