Skip to content

Commit 5d5feb2

Browse files
committed
fix: prettier
1 parent 0ddbd81 commit 5d5feb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/setUpEdgeFunction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const setUpEdgeFunction = async ({ angularJson, constants, failBuild }) => {
5252
const staticFiles = getAllFilesIn(join(outputDir, 'browser')).map(
5353
(path) => `/${relative(join(outputDir, 'browser'), path)}`,
5454
)
55-
55+
5656
const { routes: prerenderedRoutes } = await readJson(join(outputDir, 'prerendered-routes.json'))
5757
const excludedPaths = [...staticFiles, ...prerenderedRoutes]
5858

0 commit comments

Comments
 (0)