Skip to content

Commit

Permalink
update styles and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Sep 6, 2024
1 parent 1e7fed7 commit 8079fe6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#

APP_NAME=littr
APP_VERSION=0.39.14
APP_VERSION=0.39.15
GOLANG_VERSION=1.23
2 changes: 1 addition & 1 deletion api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "MIT",
"url": "https://github.com/krustowski/littr/blob/master/LICENSE"
},
"version": "0.39.14"
"version": "0.39.15"
},
"host": "littr.eu",
"basePath": "/api/v1",
Expand Down
10 changes: 6 additions & 4 deletions cmd/littr/http_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,20 @@ func initServer() {
//"https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-symbols-outlined.woff2",
},
Styles: []string{
"https://cdn.vxn.dev/css/beercss.min.css",
"https://cdn.vxn.dev/css/beercss-3.7.0-custom.min.css",
"https://cdn.vxn.dev/css/sortable.min.css",
"/web/littr.css",
},
Scripts: []string{
"https://cdn.vxn.dev/js/jquery.min.js",
"https://cdn.vxn.dev/js/beer.nomodule.min.js",
"https://cdn.vxn.dev/js/material-dynamic-colors.nomodule.min.js",
"https://cdn.vxn.dev/js/beer.min.js",
//"https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js",
"https://cdn.vxn.dev/js/material-dynamic-colors.min.js",
//"https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js",
"https://cdn.vxn.dev/js/sortable.min.js",
"https://cdn.vxn.dev/js/eventsource.min.js",
"/web/littr.js",
//"https://cdn.vxn.dev/js/littr.js",
"https://cdn.vxn.dev/js/eventsource.min.js",
},
ServiceWorkerTemplate: swTemplateString,
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/backend/router.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @title littr
// @version 0.39.14
// @version 0.39.15
// @description nanoblogging platform as PWA built on go-app framework
// @termsOfService https://littr.eu/tos

Expand Down

0 comments on commit 8079fe6

Please sign in to comment.