Illia Pyshniak
2024-07-01 e8277d017e8cf661c9c51898a3026bbb2120e987
quartz/plugins/transformers/description.ts
@@ -61,6 +61,7 @@
                const currentSentence = sentence.endsWith(".") ? sentence : sentence + "."
                finalDesc.push(currentSentence)
                currentDescriptionLength += currentSentence.length
                sentenceIdx++
              }
            }