mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
7a56ded8d0
Merged About and What's new? page.
10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
|
|
|
|
export default AuthenticatedRoute.extend({
|
|
buildRouteInfoMetadata() {
|
|
return {
|
|
titleToken: `What's new?`
|
|
};
|
|
}
|
|
});
|