feat: update to gitea 1.21.3 and fix some issues

+ update the theme to work with latest gitea
+ fix some issues with the project view
This commit is contained in:
Lucas Colombo
2024-01-02 09:39:26 -03:00
parent 4a1ddf4bed
commit 4bee2a7f60
13 changed files with 441 additions and 359 deletions

View File

@ -4,7 +4,6 @@ import { buildFonts } from './fonts.js';
import { buildTemplates } from './templates.js';
import { copyTo } from './copy-to.js';
import { restartService } from './restart-service.js';
import { buildImg } from './img.js';
import { extname } from 'path';
import browsersync from 'browser-sync';