Skip to content

Commit 91b85d9

Browse files
author
Turbo
committed
Restructure site
1 parent 221b587 commit 91b85d9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/server/render.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import {
1919
} from 'src/i18n/utils/constants';
2020

2121
import routes from 'src/routes';
22-
import Manifest from './SEO/manifest';
23-
import Robots from './SEO/robots';
24-
import Sitemap from './SEO/sitemap';
22+
import Manifest from 'src/Pages/manifest';
23+
import Robots from 'src/Pages/robots';
24+
import Sitemap from 'src/Pages/sitemap';
2525

2626
export default ({ clientStats }) => (req, res) => {
2727
// Prepare Language
@@ -50,6 +50,7 @@ export default ({ clientStats }) => (req, res) => {
5050
</StyleSheetManager>
5151
</StaticRouter>,
5252
);
53+
5354
// Can only be called after your element is rendered
5455
const styles = stylesheet.getStyleTags(); // Get all the tags from the sheet
5556

0 commit comments

Comments
 (0)