Built redirector service into Misuzu.
This commit is contained in:
parent
a83cfdc595
commit
f2233c5390
18 changed files with 612 additions and 2 deletions
2
build.js
2
build.js
|
@ -18,6 +18,8 @@ const fs = require('fs');
|
|||
const tasks = {
|
||||
js: [
|
||||
{ source: 'misuzu.js', target: '/assets', name: 'misuzu.{hash}.js', },
|
||||
{ source: 'redir-bsky.js', target: '/assets', name: 'redir-bsky.{hash}.js', },
|
||||
{ source: 'redir-fedi.js', target: '/assets', name: 'redir-fedi.{hash}.js', },
|
||||
],
|
||||
css: [
|
||||
{ source: 'misuzu.css', target: '/assets', name: 'misuzu.{hash}.css', },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue