Added privacy policy

This commit is contained in:
Timothy Armes
2024-09-28 16:31:25 +02:00
parent b6c0cb43cc
commit 8893076c4d
15 changed files with 207 additions and 56 deletions
+2 -8
View File
@@ -1,14 +1,8 @@
import createMiddleware from "next-intl/middleware";
import { locales, pathnames } from "@/utils/navigation";
import { routing } from "@/utils/navigation";
export default createMiddleware({
defaultLocale: "fr",
locales,
pathnames,
localePrefix: "as-needed",
});
export default createMiddleware(routing);
export const config = {
// Skip all paths that should not be internationalized. This example skips certain folders