PR comment and linting.
This commit is contained in:
parent
e235de54ad
commit
dc1389b8fb
|
@ -6,7 +6,6 @@ import { ObjectStoreBuckets } from "../../../constants"
|
||||||
import { processString } from "@budibase/string-templates"
|
import { processString } from "@budibase/string-templates"
|
||||||
import {
|
import {
|
||||||
loadHandlebarsFile,
|
loadHandlebarsFile,
|
||||||
streamFile,
|
|
||||||
NODE_MODULES_PATH,
|
NODE_MODULES_PATH,
|
||||||
shouldServeLocally,
|
shouldServeLocally,
|
||||||
TOP_LEVEL_PATH,
|
TOP_LEVEL_PATH,
|
||||||
|
@ -146,7 +145,7 @@ const requiresMigration = async (ctx: Ctx) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const serveApp = async function (ctx: UserCtx) {
|
export const serveApp = async function (ctx: UserCtx) {
|
||||||
if (ctx.url.includes("apple-touch-icon")) {
|
if (ctx.url.includes("apple-touch-icon.png")) {
|
||||||
ctx.redirect("/builder/bblogo.png")
|
ctx.redirect("/builder/bblogo.png")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue