Hello! Is there a way to change the "/blog" URL of...
# suitecommerce
e
Hello! Is there a way to change the "/blog" URL of the SC Blogs extension? I don't think that it's configurable on SC Configuration, and I'm also assuming that changing this on the code will not be a good approach as it may be overridden by future version releases.
s
It's baked into the core extension (com.netsuite.blog/Modules/BlogHome/JavaScript/BlogHome.ts). So, there is no configuration option for it and I would advise against trying to overwrite it (but you could experiment, if you're feeling adventurous). I've never tried overriding a registerPageTypes function before 😅
🙌 1
e
thanks!