Skip to content

Commit

Permalink
Merge pull request #363 from moonbitlang/zhiyuan/tour-add-cname
Browse files Browse the repository at this point in the history
genearte CNAME
  • Loading branch information
bzy-debug authored Dec 17, 2024
2 parents 184aafc + 9f2c129 commit c7b56ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions moonbit-tour/dev/generate-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ const generatePlugin = (): vite.Plugin => {
.replace("%BACK%", `<span class="text-zinc-500">Back</span>`)
.replace("%NEXT%", `<span class="text-zinc-500">Next</span>`),
});
this.emitFile({
type: "asset",
fileName: "CNAME",
source: "tour.moonbitlang.com",
});
},
};
};
Expand Down

0 comments on commit c7b56ee

Please sign in to comment.