mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
fix: correction des refresh des protected routes [#36]
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
import createNextIntlPlugin from 'next-intl/plugin';
|
||||
import pkg from "./package.json" assert { type: "json" };
|
||||
import { createRequire } from "module";
|
||||
const require = createRequire(import.meta.url);
|
||||
const pkg = require("./package.json")
|
||||
|
||||
|
||||
const withNextIntl = createNextIntlPlugin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user