diff --git a/site/404.tsx b/site/404.tsx index dfd86b8..91f62ab 100644 --- a/site/404.tsx +++ b/site/404.tsx @@ -1,7 +1,6 @@ import Cube from "./_includes/cube.tsx"; export const title = "404"; -export const viewportFixed = true; export default (_data: Lume.Data, helpers: Lume.Helpers) => { const face = ( diff --git a/site/_data.json b/site/_data.json index 8f3898d..2f76e1d 100644 --- a/site/_data.json +++ b/site/_data.json @@ -4,7 +4,5 @@ "color": "#00FFFF", "description": "The official website and link portal of RGBCube and his work.", - "thumbnail": null, - - "viewportFixed": false + "thumbnail": null } diff --git a/site/_includes/base.vto b/site/_includes/base.vto index 833421b..6c01b64 100644 --- a/site/_includes/base.vto +++ b/site/_includes/base.vto @@ -1,53 +1,53 @@
- +