Skip to content

Commit

Permalink
feat: localhost port option
Browse files Browse the repository at this point in the history
  • Loading branch information
syasuda90 committed Jul 27, 2023
1 parent 7410286 commit b999e8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ module.exports = (eleventyConfig) => {
// Serve setting
eleventyConfig.addWatchTarget('./src/styles');

eleventyConfig.setBrowserSyncConfig({
server: 'public',
eleventyConfig.setServerOptions({
port: '3000',
});

Expand Down

0 comments on commit b999e8e

Please sign in to comment.