Skip to content

Commit

Permalink
Merge branch 'dev' into joni/hotfix/remove-comic-link-and-our-art-sec…
Browse files Browse the repository at this point in the history
…tion-from-main-page
  • Loading branch information
leolabdev authored Sep 30, 2024
2 parents 19081c9 + c50fecb commit 3e51f63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { default as ComicsGalleriesPage } from "./ui/ComicsGalleriesPage.async";
// export { default as ComicsGalleriesPage } from "./ui/ComicsGalleriesPage";
// todo fix it to not jump on loading
// export { default as ComicsGalleriesPage } from "./ui/ComicsGalleriesPage.async";
export { default as ComicsGalleriesPage } from "./ui/ComicsGalleriesPage";

export type {Props as ComicsGalleriesPageProps} from "./ui/ComicsGalleriesPage";
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export {default as PictureGalleryPage} from "./ui/PictureGalleryPage.async"
// todo fix it to not jump on loading
// export {default as PictureGalleryPage} from "./ui/PictureGalleryPage.async"
export {default as PictureGalleryPage} from "./ui/PictureGalleryPage"

export type {Props as PictureGalleryPageProps} from "./ui/PictureGalleryPage"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Comics": "Comic Book",
"head-title": "Comics Galleries",
"head-description": "Browse a wide selection of comic galleries and discover new favorites.",
"Comics": "Our Comic Book",
"head-title" : "Comics Galleries",
"head-description" : "Browse a wide selection of comic galleries and discover new favorites.",
"head-keywords": "altzone, comics, comics galleries, gallerias, comic, art"
}

0 comments on commit 3e51f63

Please sign in to comment.