mirror of
https://git.gay/pyrox/aux-docs
synced 2024-10-30 05:07:56 +00:00
6 lines
155 B
Python
6 lines
155 B
Python
def on_post_page(output, page, config):
|
|
return output.replace(
|
|
"https://fonts.googleapis.com/css",
|
|
"https://fonts.bunny.net/css"
|
|
)
|