From 27972c3379f3ef21eb14129eec255de2fdf3dc4f Mon Sep 17 00:00:00 2001 From: CodeKyana <169302941+anotherfrench@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:07:12 +0200 Subject: [PATCH] Update --- package.json | 9 +++++- src/routes/404/+page.svelte | 9 ++++++ src/routes/features/+page.svelte | 1 + src/routes/map/+page.svelte | 1 + src/routes/rules/+page.svelte | 1 + static/assets/images/favicons/README.md | 26 ------------------ static/assets/images/favicons/html_code.html | 12 -------- .../download/Ninjin.Launcher.jar | Bin static/{launcher => download}/latest.json | 0 9 files changed, 20 insertions(+), 39 deletions(-) delete mode 100644 static/assets/images/favicons/README.md delete mode 100644 static/assets/images/favicons/html_code.html rename static/{launcher => }/download/Ninjin.Launcher.jar (100%) rename static/{launcher => download}/latest.json (100%) diff --git a/package.json b/package.json index c169b84..d094921 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,14 @@ "name": "dbninjin.svelte", "description": "New version of the Ninjin website now in version 2 with a new framework.", "author": "AnotherFrench ", - "bugs": "", + "bugs": { + "url": "https://github.com/orgs/NinjinMC/discussions/categories/bugs" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/NinjinMC/Ninjin.Web.v2.git" + }, + "homepage": "https://ninjin.eu.org", "licence": "GPL-3.0", "version": "0.0.1", "private": true, diff --git a/src/routes/404/+page.svelte b/src/routes/404/+page.svelte index 1824b35..ff2a6bd 100644 --- a/src/routes/404/+page.svelte +++ b/src/routes/404/+page.svelte @@ -1,3 +1,12 @@ + + + +
diff --git a/src/routes/features/+page.svelte b/src/routes/features/+page.svelte index 5e10152..aff9235 100644 --- a/src/routes/features/+page.svelte +++ b/src/routes/features/+page.svelte @@ -1,6 +1,7 @@ diff --git a/src/routes/rules/+page.svelte b/src/routes/rules/+page.svelte index f73a65e..5937753 100644 --- a/src/routes/rules/+page.svelte +++ b/src/routes/rules/+page.svelte @@ -1,4 +1,5 @@ diff --git a/static/assets/images/favicons/README.md b/static/assets/images/favicons/README.md deleted file mode 100644 index d9852f0..0000000 --- a/static/assets/images/favicons/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# Your Favicon Package - -This package was generated with [RealFaviconGenerator](https://realfavicongenerator.net/) [v0.16](https://realfavicongenerator.net/change_log#v0.16) - -## Install instructions - -To install this package: - -Extract this package in <web site>/%sveltekit.assets%/assets/images/favicon/. If your site is http://www.example.com, you should be able to access a file named http://www.example.com/%sveltekit.assets%/assets/images/favicon/favicon.ico. - -Insert the following code in the `head` section of your pages: - - - - - - - - - - - - - - -*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker) \ No newline at end of file diff --git a/static/assets/images/favicons/html_code.html b/static/assets/images/favicons/html_code.html deleted file mode 100644 index 6da370a..0000000 --- a/static/assets/images/favicons/html_code.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/static/launcher/download/Ninjin.Launcher.jar b/static/download/Ninjin.Launcher.jar similarity index 100% rename from static/launcher/download/Ninjin.Launcher.jar rename to static/download/Ninjin.Launcher.jar diff --git a/static/launcher/latest.json b/static/download/latest.json similarity index 100% rename from static/launcher/latest.json rename to static/download/latest.json