From c4630633b88527b0532f95bc00d3e8d14043d1af Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sat, 26 Mar 2022 22:20:20 +0200 Subject: [PATCH] stuff --- .gitignore | 1 + client/src/App.js | 5 +++++ client/src/pages/Home.js | 9 +++++++-- server/src/client/ServerClient.js | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/client/src/App.js b/client/src/App.js index 7407fec..5ef8b7e 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -15,6 +15,7 @@ import { useLoginContext } from './Structures/UserContext'; import NotFound from './pages/NotFound'; import Upload from './pages/Upload'; import { UnauthedRoute } from './Routes/Unauthed'; +import { Helmet } from 'react-helmet'; const User = ({user}) => { return ( @@ -81,6 +82,10 @@ function App() { return (
+ + Corgi Corner + +
diff --git a/client/src/pages/Home.js b/client/src/pages/Home.js index a8401a4..56e5415 100644 --- a/client/src/pages/Home.js +++ b/client/src/pages/Home.js @@ -46,7 +46,8 @@ const Home = () => {

I can work with various ...thingsā„¢
I'm most proficient with JS within the Node environment as it's the one I've worked with the longest, - though I can work well within any JS environment now. When working on Node projects I most commonly use MongoDB and MariaDB if needed. Web apis I write using Express. + though I can work well within any JS environment now. When working on Node projects I most commonly use MongoDB and MariaDB if needed. + Web APIs I write using Express.

@@ -55,7 +56,11 @@ const Home = () => {

I've also dabbled in writing the occasional C# and Java project, - I can hold my own when using these languages but would not consider myself proficient with them. + I can hold my own when using these languages but would not consider myself proficient with them. +

+ +

+ Honorary mentions to Lua and Python, both of which I can use well but don't really use much in practise.


diff --git a/server/src/client/ServerClient.js b/server/src/client/ServerClient.js index 459b97c..56eaa7e 100644 --- a/server/src/client/ServerClient.js +++ b/server/src/client/ServerClient.js @@ -116,6 +116,7 @@ class Client extends EventEmitter { domain: this.domain }, secret: env.API_SECRET, + name: `corgiCookie`, resave: false, saveUninitialized: false, store: MongoStore.create({