Skip to content

Commit

Permalink
Added postcommand for codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhya03 committed Apr 10, 2023
1 parent 4e40bb9 commit ace0c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"updateContentCommand": "git config --global --add safe.directory /workspaces/my-useful-commands && rm -rf public",

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "hugo",
"postCreateCommand": "git submodule init && git submodule update --remote && hugo",

// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
Expand Down
5 changes: 1 addition & 4 deletions content/posts/har-create-export-import/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,4 @@ To generate a HAR file, you need to use your browser's developer tools. Here are

In summary, HAR files are a powerful tool for optimizing website performance.
By generating and analyzing them, developers can identify and fix issues, resulting in faster page load times and improved user experience.
Use HAR files to ensure your website performs at its best.



Use HAR files to ensure your website performs at its best.

0 comments on commit ace0c6a

Please sign in to comment.