We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0592946 commit cf4bc78Copy full SHA for cf4bc78
astro.config.mjs
@@ -3,6 +3,6 @@ import tailwind from "@astrojs/tailwind";
3
4
// https://astro.build/config
5
export default defineConfig({
6
- site: "https://yanchengzhao.online",
+ site: "https://yanchengzhao.com",
7
integrations: [tailwind()]
8
});
public/CNAME
@@ -1 +1 @@
1
-yanchengzhao.online
+yanchengzhao.com
0 commit comments