Skip to content

Commit

Permalink
feat: add new shortlinks; add diary image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel committed Oct 24, 2020
1 parent f57792c commit 2ee7382
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
**/node_modules
public/index.html
public/styles-*.min.css
public/assets/
public/assets/css
public/release/
public/.git
6 changes: 3 additions & 3 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
{ "source": "cdn/*.@(js|min.js)", "headers": [{ "key": "Cache-Control", "value": "max-age=2592000" }] }
],
"redirects": [
{ "source": "/home", "destination": "https://sinanbolel.com", "type": 301 },
{ "source": "/@(cal|calendar|meet|book)", "destination": "https://goo.gl/Jpc3pG", "type": 302 },
{ "source": "/home", "destination": "https://sinanbolel.com", "type": 302 },
{ "source": "/@(cal|calendar|meet|book)", "destination": "https://link.sinanbolel.com/url/cal", "type": 302 },
{ "source": "/@(git|github|code)", "destination": "https://github.com/sbolel", "type": 302 },
{ "source": "/@(linkedin|li|in)", "destination": "https://www.linkedin.com/in/sinanbolel", "type": 302 },
{ "source": "/@(resume|cv)", "destination": "https://goo.gl/iOqwL1", "type": 302 }
{ "source": "/@(resume|cv)", "destination": "https://resume.sinanbolel.com", "type": 302 }
],
"rewrites": [
{ "source": "/url/**", "dynamicLinks": true },
Expand Down
Binary file added public/assets/img/diary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/diary@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/sb-logo-cal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ee7382

Please sign in to comment.