Shuunen/folio

View on GitHub
bin/inject-nonce.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

find .vitepress/dist -type f -name "*.html" -print0 | xargs -0 sed -i 's/<script/<script nonce="shu7782n1"/g'