disable caching for now
This commit is contained in:
parent
7c2f59b57d
commit
5ef9d0aca3
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ if [[ "$action" == "verify_token" ]]; then
|
|||
bwt_verify |
|
||||
[[ "$(jq -r ".till > now")" == "true" ]]
|
||||
} || echo false
|
||||
|
||||
|
||||
exit
|
||||
fi
|
||||
|
||||
|
@ -53,6 +53,7 @@ if [[ "$action" == "posts" ]]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
DONT_CACHE=1 # workaround
|
||||
metadata
|
||||
|
||||
echo "<style>"
|
||||
|
|
Loading…
Reference in a new issue