Skip to content

Commit 50f46cc

Browse files
authored
Update documentation/docs/40-best-practices/20-seo.md
1 parent 0fd9493 commit 50f46cc

File tree

1 file changed

+1
-1
lines changed
  • documentation/docs/40-best-practices

1 file changed

+1
-1
lines changed

documentation/docs/40-best-practices/20-seo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export async function handle({ event, resolve }) {
151151
let css = '';
152152
const markup = amp
153153
.transform(buffer)
154-
.replace('', 'amp')
154+
.replace('', 'amp') // dropcss can't handle this character
155155
.replace(/<style amp-custom([^>]*?)>([^]+?)<\/style>/, (match, attributes, contents) => {
156156
css = contents;
157157
return `<style amp-custom${attributes}></style>`;

0 commit comments

Comments
 (0)