diff --git a/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json index c379f22..94c1cd9 100644 --- a/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2024-01-27T19:38:43.233Z" + "x-generation-date": "2024-01-29T13:13:34.705Z" }, "x-strapi-config": { "path": "/documentation", diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 51f909c..43d1187 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -1,7 +1,12 @@ /** @type {import('next').NextConfig} */ const nextConfig = { images: { - domains: ["www.ntnu.edu", "localhost"], // Add your domain(s) here + remotePatterns: [ + { + protocol: "https", + hostname: "**", + }, + ], }, }; diff --git a/frontend/src/app/(about)/positions/page.tsx b/frontend/src/app/(about)/positions/page.tsx deleted file mode 100644 index ec98305..0000000 --- a/frontend/src/app/(about)/positions/page.tsx +++ /dev/null @@ -1,7 +0,0 @@ -export default function PositionsPage() { - return ( -