Add support for pagespeed

This commit is contained in:
lowlighter
2020-09-17 13:46:17 +02:00
parent 22d732c3f8
commit 62413b7d9d
15 changed files with 314 additions and 118 deletions

7
src/plugins/index.mjs Normal file
View File

@@ -0,0 +1,7 @@
//Imports
import pagespeed from "./pagespeed/index.mjs"
//Exports
export default {
pagespeed
}