Compare commits

...

2 Commits
0.1.1 ... 0.1.2

Author SHA1 Message Date
Nicolai Ort c5874e16c6 🚀RELEASE 0.1.2
continuous-integration/drone/push Build is failing Details
2021-08-18 18:02:34 +02:00
Nicolai Ort d9134f6de2
Added fix for custom basepath 2021-08-18 18:02:14 +02:00
3 changed files with 13 additions and 2 deletions

View File

@ -2,8 +2,16 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [0.1.2](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.1...0.1.2)
- Added fix for custom basepath [`d9134f6`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/d9134f6de2f5587a57f69ad06e828d184c3480a2)
#### [0.1.1](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.0...0.1.1) #### [0.1.1](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.0...0.1.1)
> 18 August 2021
- 🚀RELEASE 0.1.1 [`db5c530`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/db5c530477f9584c77d087c3dea3c3f9156b4773)
#### 0.1.0 #### 0.1.0
> 18 August 2021 > 18 August 2021

View File

@ -1,6 +1,6 @@
{ {
"name": "@odit/linkylinky-dashboard", "name": "@odit/linkylinky-dashboard",
"version": "0.1.1", "version": "0.1.2",
"scripts": { "scripts": {
"dev": "svelte-kit dev", "dev": "svelte-kit dev",
"build": "svelte-kit build", "build": "svelte-kit build",

View File

@ -9,7 +9,10 @@ const config = {
adapter: staticAdapter(), adapter: staticAdapter(),
files: { files: {
assets: 'static' assets: 'static'
} },
paths: {
base: '/dashboard',
},
}, },
preprocess: [ preprocess: [