diff --git a/content/Posts/category.json b/content/Posts/category.json index 3791eae..ee98a85 100644 --- a/content/Posts/category.json +++ b/content/Posts/category.json @@ -1,4 +1,4 @@ { - "name": "Thect's latest posts", + "name": "Posts", "description": "Thect's latest posts" } \ No newline at end of file diff --git a/next.config.js b/next.config.js index 43a47d8..cc0bc75 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - basePath: "/", reactStrictMode: true, swcMinify: true, images: {