Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

Commit eb04892

Browse files
committed
Adds a new article and changes the favicon
1 parent 08124bb commit eb04892

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+42
-61
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository holds a blog with bits of useful information.
99
- Configuring the website by editing `site.config.ts`
1010
- Removing Redis from `package.json`'s `overrides` section as it crashed the package's installation
1111

12-
```
12+
```json
1313
"overrides": {
1414
"cacheable-request": {
1515
"keyv": "npm:@keyvhq/core@^1.6.6"
@@ -23,6 +23,7 @@ This repository holds a blog with bits of useful information.
2323
- Setting `fallback` to `false` in `pages/[pageId].tsx`
2424
- Removing all occurrences of the `GitHubShareButton` component and its classes
2525
- Manually building and deploying to Cloudflare as the conversion from Notion to HTML may generate ~~ugly~~ inappropriate content
26+
- Updating the favicon
2627

2728
## Setup πŸ”§
2829

@@ -48,4 +49,4 @@ This repository holds a blog with bits of useful information.
4849
## Resources πŸ“š
4950

5051
- [Next.js Notion Starter Kit](https://github.com/transitive-bullshit/nextjs-notion-starter-kit)
51-
- [Notion](https://notion.so), a content management system
52+
- [Notion](https://notion.so), a content management system

β€Žout/404.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta name="robots" content="index,follow"/><meta property="og:type" content="website"/><meta name="twitter:creator" content="@iosifache"/><meta name="twitter:card" content="summary"/><link rel="alternate" type="application/rss+xml" href="https://iosifache.me/feed"/><meta property="og:title" content="Notion Page Not Found"/><meta name="twitter:title" content="Notion Page Not Found"/><title>Notion Page Not Found</title><meta name="next-head-count" content="11"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="icon" type="image/png" sizes="32x32" href="favicon.png"/><link rel="manifest" href="/manifest.json"/><link rel="preload" href="/_next/static/css/836d11bb8e359ad4.css" as="style"/><link rel="stylesheet" href="/_next/static/css/836d11bb8e359ad4.css" data-n-g=""/><link rel="preload" href="/_next/static/css/929461abe93671d8.css" as="style"/><link rel="stylesheet" href="/_next/static/css/929461abe93671d8.css" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-ed711c826b2f22da.js" defer=""></script><script src="/_next/static/chunks/framework-d51ece3d757c7ed2.js" defer=""></script><script src="/_next/static/chunks/main-cf600ff51d666015.js" defer=""></script><script src="/_next/static/chunks/pages/_app-52cd2528710815a2.js" defer=""></script><script src="/_next/static/chunks/pages/404-77b596ef4a9d4d60.js" defer=""></script><script src="/_next/static/oExJ8vVntjmbU1rnBJnkS/_buildManifest.js" defer=""></script><script src="/_next/static/oExJ8vVntjmbU1rnBJnkS/_ssgManifest.js" defer=""></script></head><body><script>
1+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta name="robots" content="index,follow"/><meta property="og:type" content="website"/><meta name="twitter:creator" content="@iosifache"/><meta name="twitter:card" content="summary"/><link rel="alternate" type="application/rss+xml" href="https://iosifache.me/feed"/><meta property="og:title" content="Notion Page Not Found"/><meta name="twitter:title" content="Notion Page Not Found"/><title>Notion Page Not Found</title><meta name="next-head-count" content="11"/><link rel="shortcut icon" href="/favicon.png"/><link rel="icon" type="image/png" sizes="32x32" href="favicon.png"/><link rel="manifest" href="/manifest.json"/><link rel="preload" href="/_next/static/css/836d11bb8e359ad4.css" as="style"/><link rel="stylesheet" href="/_next/static/css/836d11bb8e359ad4.css" data-n-g=""/><link rel="preload" href="/_next/static/css/929461abe93671d8.css" as="style"/><link rel="stylesheet" href="/_next/static/css/929461abe93671d8.css" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-ed711c826b2f22da.js" defer=""></script><script src="/_next/static/chunks/framework-d51ece3d757c7ed2.js" defer=""></script><script src="/_next/static/chunks/main-cf600ff51d666015.js" defer=""></script><script src="/_next/static/chunks/pages/_app-52cd2528710815a2.js" defer=""></script><script src="/_next/static/chunks/pages/404-77b596ef4a9d4d60.js" defer=""></script><script src="/_next/static/UdveEDxx50IzXE_obZQv-/_buildManifest.js" defer=""></script><script src="/_next/static/UdveEDxx50IzXE_obZQv-/_ssgManifest.js" defer=""></script></head><body><script>
22
/** Inlined version of noflash.js from use-dark-mode */
33
;(function () {
44
var storageKey = 'darkMode'
@@ -33,4 +33,4 @@
3333
localStorage.setItem(storageKey, JSON.stringify(isDarkMode))
3434
}
3535
})();
36-
</script><div id="__next"><div class="styles_container__unOV2"><main class="styles_main__Y8b8e"><h1>Notion Page Not Found</h1><img src="/404.png" alt="404 Not Found" class="styles_errorImage__SpJkk"/></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/404","query":{},"buildId":"oExJ8vVntjmbU1rnBJnkS","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>
36+
</script><div id="__next"><div class="styles_container__unOV2"><main class="styles_main__Y8b8e"><h1>Notion Page Not Found</h1><img src="/404.png" alt="404 Not Found" class="styles_errorImage__SpJkk"/></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/404","query":{},"buildId":"UdveEDxx50IzXE_obZQv-","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>
File renamed without changes.

β€Žout/_next/data/UdveEDxx50IzXE_obZQv-/forensix-walktrough.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

β€Žout/_next/data/UdveEDxx50IzXE_obZQv-/fundamentals-of-software-architecture.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

β€Žout/_next/data/UdveEDxx50IzXE_obZQv-/index.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

β€Žout/_next/data/UdveEDxx50IzXE_obZQv-/iosifache.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
Β (0)