Compare commits
No commits in common. "35e72338531810da02e5a64a9da3309bcc06107c" and "df276cf0a8adbc4a16ba62fcf431aedfa1dbd3f7" have entirely different histories.
35e7233853
...
df276cf0a8
2 changed files with 4 additions and 3 deletions
|
|
@ -27,6 +27,9 @@ for kind in "${!KINDS[@]}"; do
|
|||
# Fetch and convert to JSON
|
||||
nak req -k "$kind" -a "$PUBKEY" "$RELAY" | jq -s '.' > "$DATA_DIR/$output.json"
|
||||
|
||||
# Remove any existing .jsonl file in the same directory
|
||||
rm -f "$DATA_DIR/$(dirname "$output")"/*.jsonl
|
||||
|
||||
echo "Saved to $DATA_DIR/$output.json"
|
||||
done
|
||||
|
||||
|
|
|
|||
|
|
@ -995,7 +995,6 @@ button {
|
|||
|
||||
.header-text {
|
||||
text-align: center;
|
||||
max-width: calc(100vw - 32px);
|
||||
}
|
||||
|
||||
.profile-about {
|
||||
|
|
@ -1007,7 +1006,6 @@ button {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.profile-links {
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue