[ci] format
This commit is contained in:
parent
efe4f1a3ef
commit
3bb07a01e0
2 changed files with 24 additions and 24 deletions
|
@ -8,7 +8,7 @@ export async function createRedirects(
|
|||
edge: boolean
|
||||
) {
|
||||
const _redirectsURL = new URL('./_redirects', dir);
|
||||
const kind = edge ? 'edge-functions' : 'functions'
|
||||
const kind = edge ? 'edge-functions' : 'functions';
|
||||
|
||||
// Create the redirects file that is used for routing.
|
||||
let _redirects = '';
|
||||
|
|
Loading…
Reference in a new issue