feature: intergrated directus for posts

This commit is contained in:
libertyoms
2025-04-26 19:27:16 +02:00
parent 08965c3830
commit 809f5c6ff7
11 changed files with 530 additions and 95 deletions

View File

@ -11,6 +11,10 @@ const nextConfig: NextConfig = {
protocol: "https",
hostname: "storage.cvevolve.com",
},
{
protocol: "https",
hostname: process.env.DIRECTUS_API_ENDPOINT!.replace("https://", ""),
},
],
},
experimental: {