diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index a3006567..00000000 --- a/.eslintrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "extends": [ - "next", - "next/core-web-vitals" - ], - "rules": { - // Other rules - // https://stackoverflow.com/questions/68203582/error-do-not-use-img-use-image-from-next-image-instead-next-js-using-ht - "@next/next/no-img-element": "off" - } -} \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1437c53f..00000000 --- a/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# local env files -.env.local -.env.development.local -.env.test.local -.env.production.local - -# vercel -.vercel diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8d8de60e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "editor.tabSize": 2, - "editor.formatOnSave": true, - "editor.rulers": [ - 100 - ], -} \ No newline at end of file diff --git a/404.html b/404.html index 3dc14d8f..c13a329f 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,4 @@ -