1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:41:17 -04:00

fix canonical URL edge case

This commit is contained in:
2021-10-03 12:28:27 -04:00
parent 013550c1f9
commit bb8e5e2248
5 changed files with 46 additions and 25 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-env node */
import path from "path";
import { fileURLToPath } from "url";
import webpack from "webpack";
@@ -146,9 +147,7 @@ export default {
}),
postcssFocus(),
postcssColorRgbaFallback({
properties: [
"background-image",
],
properties: ["background-image"],
}),
postcssCombineDuplicatedSelectors(),
postcssMergeRules(),
@@ -171,7 +170,7 @@ export default {
type: "asset/resource",
generator: {
filename: "fonts/[name][ext]",
}
},
},
],
},