mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Ajout du suivi de version dans le footer du Front
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import createNextIntlPlugin from 'next-intl/plugin';
|
||||
import pkg from "./package.json" assert { type: "json" };
|
||||
|
||||
const withNextIntl = createNextIntlPlugin();
|
||||
|
||||
@ -7,6 +8,9 @@ const nextConfig = {
|
||||
experimental: {
|
||||
instrumentationHook: true,
|
||||
},
|
||||
env: {
|
||||
NEXT_PUBLIC_APP_VERSION: pkg.version,
|
||||
},
|
||||
};
|
||||
|
||||
export default withNextIntl(nextConfig);
|
||||
Reference in New Issue
Block a user