diff --git a/README.md b/README.md index d5ae019..443e44a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Remanso +Welcome to Remanso! + +--- + [Remanso website](https://remanso.space) diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..6898633 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +nixPkgs = ["nodejs_24", "pnpm"] diff --git a/src/components/PublicNoteList.vue b/src/components/PublicNoteList.vue index 9a0846e..075c245 100644 --- a/src/components/PublicNoteList.vue +++ b/src/components/PublicNoteList.vue @@ -1,5 +1,6 @@