Results 9 comments of Dillon Shook

I think I'm in the same boat. I originally installed the app on Aug 23 2017 apparently which I think corresponds to version 3.7.3. Digging around in the code a...

The error I was getting when requiring this after the upgrade to node 12 is this: ``` /usr/local/bin/node[190]: ../src/node_contextify.cc:651:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo&): Assertion `args[1]->IsString()' failed. ``` Hopefully will save someone...

I would really love for some way to add a custom name to the page components as well. It's easier to search on when you have lots of dynamic routes...

Bumping this because it would be really nice to have. Is it still feasible to get @holstvoogd 's code finished and merged?

Ahh didn't know it was using rspack, thank you!

Sorry for bugging you again on this, I'm not sure what changed when I tested it before posting the last message and closing it, but on further inspection the fonts...

@nilansaha nope, never got it to work

I've been using this config on my server: ``` gzip on; gzip_comp_level 6; gzip_vary on; gzip_types application/atom+xml application/geo+json application/javascript application/x-javascript application/json application/ld+json application/manifest+json application/rdf+xml application/rss+xml application/xhtml+xml application/xml font/eot font/otf font/ttf...

I don't think there'd be any conflict or really overlap between the features. The current domain-level redirect would happen first and then these path level redirects would only process on...