Results 2 comments of n.kato

I encountered the same issue as well. I found it that an `` tag with `href` defined in `base` had an unexpected `pathname` property when a page transition was occured....

Setting "paths.relative = false" resolved my problem. commit: https://github.com/ykyki/blog/pull/13/commits/5d4e0ca0fd0647ccf77c7947f5c1a931ef8be2d7 If this modification is not made, it will work correctly in develop mode but not in preview mode.