Ghost/ghost/admin/app/components/modal-post-preview
Kevin Ansfield 15561efd48 Fixed url formatting in search engine result previews
no issue

- `config.blogDomain` includes subdirectory and `config.ghostPaths.subdir` includes a leading `/` which resulted in the search engine result preview url incorrectly showing as `mysite.com/subdir > /subdir > slug`
- replaced the in-template construction of the url previews with a getter on the backing class that constructs the preview url based on parsing the configured url
2021-03-30 10:10:34 +01:00
..
browser.hbs Fixed Safari bug not showing full-height post preview 2021-03-09 09:52:35 +01:00
browser.js Added share/send preview footers to post preview modal 2021-02-02 16:08:05 +00:00
email.hbs Pre-filled email address input in post preview modal for current user 2021-03-10 09:35:10 +00:00
email.js Pre-filled email address input in post preview modal for current user 2021-03-10 09:35:10 +00:00
mobile.hbs Added link to preview-in-new-tab button 2021-02-16 11:51:32 +00:00
mobile.js Improved preview post modal design and added mobile view 2021-02-02 16:08:05 +00:00
social.hbs Fixed url formatting in search engine result previews 2021-03-30 10:10:34 +01:00
social.js Fixed url formatting in search engine result previews 2021-03-30 10:10:34 +01:00