Skip to content

Commit

Permalink
genearte CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Dec 17, 2024
1 parent 184aafc commit 9f2c129
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 9f2c129

Please sign in to comment.