Jing Yang

Results 3 comments of Jing Yang

AS of 3d57c90 you still need to pass `--url` *in addition* to `--productionDomain` so that gssg replaces the URL for you. This is a bug in line 53 of [generateStaticSite.js](https://github.com/Fried-Chicken/ghost-static-site-generator/blob/2d8bfd8ddd85846d14f9ab44e59d827e70cc151e/src/commands/generateStaticSite.js#L53)....

Yes, it is because I'm trying to make a generic function. Although in all generated trait implementations, the future returned by `serve()` are `Send`, the signature of `serve()` itself does...

Writing code for each service indeed would work for me. I only have two concrete service type to support. Feel free to close as "working as intended".