Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 4, 2023
1 parent 3911f0c commit cf7bc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ const expressiveCodeOptions = {
export default defineConfig({
site: "https://hirasso.github.io",
base: "/scrollmirror",
server: { port: 8274, host: true },
server: { port: 8274, host: false },
integrations: [expressiveCode(expressiveCodeOptions), mdx()],
});

0 comments on commit cf7bc3d

Please sign in to comment.