diff --git a/content/index.md b/content/index.md index 737fd7d..1632384 100644 --- a/content/index.md +++ b/content/index.md @@ -7,4 +7,4 @@ date: 2025-01-10 --- Hello World! -[heres the todo](https://quartz.jzhao.xyz/authoring-content) +[Here's the TODO](https://quartz.jzhao.xyz/authoring-content) diff --git a/flake.nix b/flake.nix index 6c03087..a4d7888 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ packages.quartz = pkgs.buildNpmPackage { name = "quartz"; src = ./.; - npmDepsHash = "sha256-hawMRXs2VvIeZ7hP8NZDBU8yqg/f2cTzmGEvn+VzjE4="; + npmDepsHash = "sha256-qzFBy4KCGvAhO+4eDk0ZXUT4TFwBbHu7lY1pr0bOlHQ="; dontNpmBuild = true; }; })