From 0ce38cd7eff14e15e9168561f1e9598e07e9f60e Mon Sep 17 00:00:00 2001 From: kareraolivier Date: Sat, 16 Mar 2024 11:55:22 +0200 Subject: [PATCH] deployment --- .gitignore | 2 +- next.config.js | 23 + next.config.mjs | 10 - out/404.html | 1 + .../LBfdYmhHP3NQpZLC1JDFp/_buildManifest.js | 1 + .../LBfdYmhHP3NQpZLC1JDFp/_ssgManifest.js | 1 + .../chunks/framework-5429a50ba5373c56.js | 33 + .../static/chunks/main-145f833db83c1e47.js | 1 + .../chunks/pages/_app-3a94b9443f5d2c4d.js | 5 + .../chunks/pages/_error-5a00309fd5f4b49e.js | 1 + .../pages/basic-resources-caa74c6387db358e.js | 1 + ...studies-and-core-tools-a4d001fa9325b251.js | 1 + .../chunks/pages/index-553dbce54bea3972.js | 1 + .../pages/tools-resources-b8fea9ff6168b192.js | 1 + .../chunks/polyfills-c67a75d1b6f99dc8.js | 1 + .../static/chunks/webpack-b8f8d6679aaa5f42.js | 1 + out/_next/static/css/dfb5c27b75007650.css | 3 + out/basic-resources.html | 1 + out/case-studies-and-core-tools.html | 1 + out/data.csv | 159 + out/favicon.ico | Bin 0 -> 25931 bytes out/images/bigArrow.png | Bin 0 -> 4838 bytes out/images/smallArrow.png | Bin 0 -> 1484 bytes out/index.html | 1 + out/next.svg | 1 + out/output.json | 3427 +++++++++++++++++ out/tools-resources.html | 1 + out/vercel.svg | 1 + 28 files changed, 3668 insertions(+), 11 deletions(-) create mode 100644 next.config.js delete mode 100644 next.config.mjs create mode 100644 out/404.html create mode 100644 out/_next/static/LBfdYmhHP3NQpZLC1JDFp/_buildManifest.js create mode 100644 out/_next/static/LBfdYmhHP3NQpZLC1JDFp/_ssgManifest.js create mode 100644 out/_next/static/chunks/framework-5429a50ba5373c56.js create mode 100644 out/_next/static/chunks/main-145f833db83c1e47.js create mode 100644 out/_next/static/chunks/pages/_app-3a94b9443f5d2c4d.js create mode 100644 out/_next/static/chunks/pages/_error-5a00309fd5f4b49e.js create mode 100644 out/_next/static/chunks/pages/basic-resources-caa74c6387db358e.js create mode 100644 out/_next/static/chunks/pages/case-studies-and-core-tools-a4d001fa9325b251.js create mode 100644 out/_next/static/chunks/pages/index-553dbce54bea3972.js create mode 100644 out/_next/static/chunks/pages/tools-resources-b8fea9ff6168b192.js create mode 100644 out/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js create mode 100644 out/_next/static/chunks/webpack-b8f8d6679aaa5f42.js create mode 100644 out/_next/static/css/dfb5c27b75007650.css create mode 100644 out/basic-resources.html create mode 100644 out/case-studies-and-core-tools.html create mode 100644 out/data.csv create mode 100644 out/favicon.ico create mode 100644 out/images/bigArrow.png create mode 100644 out/images/smallArrow.png create mode 100644 out/index.html create mode 100644 out/next.svg create mode 100644 out/output.json create mode 100644 out/tools-resources.html create mode 100644 out/vercel.svg diff --git a/.gitignore b/.gitignore index fd3dbb5..b0675e4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ # next.js /.next/ -/out/ +# /out/ # production /build diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..177ee79 --- /dev/null +++ b/next.config.js @@ -0,0 +1,23 @@ +// /** @type {import('next').NextConfig} */ +// const nextConfig = { +// reactStrictMode: false, +// output: "export", +// images: { +// unoptimized: true, +// }, +// }; + +// export default nextConfig; + +/** + * @type {import('next').NextConfig} + */ +const nextConfig = { + reactStrictMode: false, + output: "export", + images: { + unoptimized: true, + }, +}; + +module.exports = nextConfig; diff --git a/next.config.mjs b/next.config.mjs deleted file mode 100644 index ef30bb3..0000000 --- a/next.config.mjs +++ /dev/null @@ -1,10 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = { - output: "export", - reactStrictMode: false, - images: { - unoptimized: true, - }, -}; - -export default nextConfig; diff --git a/out/404.html b/out/404.html new file mode 100644 index 0000000..823153a --- /dev/null +++ b/out/404.html @@ -0,0 +1 @@ +404: This page could not be found

Select Type of Resources in The Co-Design Journey

arrow

Select Level of Co-design Practice

The minimum co-design method where community members or individuals are consulted as customers on their needs, aspirations and desires, including working within the existing socio-cultural, environmental, and financial systems of focus communities. Often involves designing for or on behalf of communities

Engaging in transformational knowledge exchanges that are led by affected and at risk individuals and communities in order to dismantle existing power structures that constrain co-design processes

These methods result in design without a current contextual understanding of the community, designing systems that reinforce cultural tropes and knowledge hierarchies, or in short design, for a theoretically imagined community.

Level 2 is where the methods of co-design work towards inclusivity, understand FDPs as agents of change through mobilising local resources and existing community-based structures to support HE projects

arrow

Select Step in The Co-design Journey

Early Concept

->

Software Development

->

Action and testing

404

This page could not be found.

\ No newline at end of file diff --git a/out/_next/static/LBfdYmhHP3NQpZLC1JDFp/_buildManifest.js b/out/_next/static/LBfdYmhHP3NQpZLC1JDFp/_buildManifest.js new file mode 100644 index 0000000..edbf81c --- /dev/null +++ b/out/_next/static/LBfdYmhHP3NQpZLC1JDFp/_buildManifest.js @@ -0,0 +1 @@ +self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":["static/chunks/pages/index-553dbce54bea3972.js"],"/_error":["static/chunks/pages/_error-5a00309fd5f4b49e.js"],"/basic-resources":["static/chunks/pages/basic-resources-caa74c6387db358e.js"],"/case-studies-and-core-tools":["static/chunks/pages/case-studies-and-core-tools-a4d001fa9325b251.js"],"/tools-resources":["static/chunks/pages/tools-resources-b8fea9ff6168b192.js"],sortedPages:["/","/_app","/_error","/basic-resources","/case-studies-and-core-tools","/tools-resources"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB(); \ No newline at end of file diff --git a/out/_next/static/LBfdYmhHP3NQpZLC1JDFp/_ssgManifest.js b/out/_next/static/LBfdYmhHP3NQpZLC1JDFp/_ssgManifest.js new file mode 100644 index 0000000..0511aa8 --- /dev/null +++ b/out/_next/static/LBfdYmhHP3NQpZLC1JDFp/_ssgManifest.js @@ -0,0 +1 @@ +self.__SSG_MANIFEST=new Set,self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB(); \ No newline at end of file diff --git a/out/_next/static/chunks/framework-5429a50ba5373c56.js b/out/_next/static/chunks/framework-5429a50ba5373c56.js new file mode 100644 index 0000000..2016914 --- /dev/null +++ b/out/_next/static/chunks/framework-5429a50ba5373c56.js @@ -0,0 +1,33 @@ +"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[774],{4448:function(e,n,t){/** + * @license React + * react-dom.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var r,l,a,u,o,i,s=t(7294),c=t(3840);function f(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t