Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description = "alex.pearwin.com website";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};

Expand All @@ -17,8 +18,8 @@
devShells = {
default = pkgs.mkShell {
buildInputs = [
pkgs.nodejs
pkgs.nodePackages.typescript-language-server
pkgs.nodePackages_latest.nodejs
pkgs.nodePackages_latest.typescript-language-server
];
NODE_ENV = "development";
};
Expand Down
7 changes: 2 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ package = "netlify-plugin-checklinks"

[plugins.inputs]
skipPatterns = [
# Temporarily disabled during domain name change.
"https://alex.pearwin.com/atom.xml",
# The Plausible script is proxied and so does not map to a file in the build.
"/js/script.js",
]

[[plugins]]
package = "netlify-plugin-no-more-404"
package = "@eggnstone/netlify-plugin-no-more-404"

[plugins.inputs]
# change this key to a new one any time you need to restart from scratch
cacheKey = "2020-06-19v2"
cacheKey = "2025-05-27v1"

[[plugins]]
package = "netlify-plugin-append-redirects"
Expand Down
Loading