We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470fd45 commit cd93c4fCopy full SHA for cd93c4f
buildall.ps1
@@ -2,6 +2,7 @@
2
Remove-Item builddir -Force -Recurse
3
meson setup builddir
4
Copy-Item -Path .\index.html -Destination .\builddir\index.html -Force
5
+Copy-Item -Path .\cpp_favicon.ico -Destination .\builddir\cpp_favicon.ico -Force
6
Copy-Item -Path .\styles.css -Destination .\builddir\styles.css -Force
7
Copy-Item -Path .\vendor -Destination .\builddir\ -Recurse -Force
8
Copy-Item -Path .\videos -Destination .\builddir\ -Recurse -Force
config.json
@@ -27,7 +27,8 @@
27
"xml",
28
"mp4",
29
"webp",
30
- "woff2"
+ "woff2",
31
+ "ico"
32
],
33
"use_brotli": true,
34
"log": {
0 commit comments