diff --git a/.routify/config.js b/.routify/config.js index a50b645..8b25dbb 100644 --- a/.routify/config.js +++ b/.routify/config.js @@ -14,5 +14,5 @@ module.exports = { "md", "svx" ], - "started": "2021-07-05T07:02:17.932Z" + "started": "2021-07-06T06:56:43.265Z" } \ No newline at end of file diff --git a/.routify/routes.js b/.routify/routes.js index aeb63e1..5e9f1b1 100644 --- a/.routify/routes.js +++ b/.routify/routes.js @@ -1,11 +1,11 @@ /** * @roxi/routify 2.18.0 - * File generated Mon Jul 05 2021 03:02:17 GMT-0400 (Eastern Daylight Time) + * File generated Tue Jul 06 2021 02:56:43 GMT-0400 (Eastern Daylight Time) */ export const __version = "2.18.0" -export const __timestamp = "2021-07-05T07:02:17.946Z" +export const __timestamp = "2021-07-06T06:56:43.279Z" //buildRoutes import { buildClientTree } from "@roxi/routify/runtime/buildRoutes" diff --git a/src/Main/Root.svelte b/src/Main/Root.svelte deleted file mode 100644 index 81dde00..0000000 --- a/src/Main/Root.svelte +++ /dev/null @@ -1,18 +0,0 @@ - - - \ No newline at end of file diff --git a/src/Main/routes/Index.svelte b/src/Main/routes/Index.svelte deleted file mode 100644 index 8a3cbc7..0000000 --- a/src/Main/routes/Index.svelte +++ /dev/null @@ -1,69 +0,0 @@ - -
-
-

Subooru

-
-
    -
  • Posts
  • -
  • Comments
  • -
  • Tags
  • -
  • Wiki
  • -
  • Documentation
  • -
-
-
-
- {search} - -
- -
-
-
- {#each num.toString() as d} - {d} - {/each} -
-
- Serving {new Intl.NumberFormat().format(num)} posts -
-
- - \ No newline at end of file diff --git a/src/Main/routes/Post.svelte b/src/Main/routes/Post.svelte deleted file mode 100644 index e33ffa5..0000000 --- a/src/Main/routes/Post.svelte +++ /dev/null @@ -1,6 +0,0 @@ - - -This is post {params.id} - diff --git a/src/Main/routes/error/NotFound.svelte b/src/Main/routes/error/NotFound.svelte deleted file mode 100644 index 0c9cce2..0000000 --- a/src/Main/routes/error/NotFound.svelte +++ /dev/null @@ -1 +0,0 @@ -

4.0.4

\ No newline at end of file diff --git a/src/pages/posts/[id].svelte b/src/pages/posts/[id].svelte index 40a31b8..deaa0bb 100644 --- a/src/pages/posts/[id].svelte +++ b/src/pages/posts/[id].svelte @@ -43,8 +43,8 @@ img { - max-width: 100%; - max-height: 75vh; + width: 50%; + align-self: center; object-fit: contain; }