mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add confirm when admin use custom js/css
This commit is contained in:
parent
78967fca4c
commit
1f30a1853e
17 changed files with 198 additions and 163 deletions
|
@ -10,7 +10,7 @@ import { VideoModel } from '../models/video/video'
|
|||
const clientsRouter = express.Router()
|
||||
|
||||
const distPath = join(root(), 'client', 'dist')
|
||||
const assetsImagesPath = join(root(), 'client', 'dist', 'client', 'assets', 'images')
|
||||
const assetsImagesPath = join(root(), 'client', 'dist', 'assets', 'images')
|
||||
const embedPath = join(distPath, 'standalone', 'videos', 'embed.html')
|
||||
const indexPath = join(distPath, 'index.html')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue