Skip to content

Commit

Permalink
fix: add already created index.html in the list (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Jan 19, 2024
1 parent 2614470 commit dba04b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/waku/src/lib/builder/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ const emitHtmlFiles = async (
},
),
);
htmlFiles.unshift(publicIndexHtmlFile);
const loadHtmlHeadCode = `
export function loadHtmlHead(pathname) {
return ${JSON.stringify(htmlHeadMap)}[pathname] || ${JSON.stringify(
Expand Down

1 comment on commit dba04b7

@vercel
Copy link

@vercel vercel bot commented on dba04b7 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

waku – ./

waku-git-main-daishi.vercel.app
waku.vercel.app
waku-daishi.vercel.app
waku.gg
www.waku.gg

Please sign in to comment.