diff --git a/.gitpod.yml b/.gitpod.yml index c7f5787f..9114fca8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,9 +1,5 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) -# and commit this file to your remote git repository to share the goodness with others. - tasks: - - init: npm install && npm run build - command: npm run dev - - + - init: npm install + command: | + export HMR_HOST=`gp url 3000` + npm run dev \ No newline at end of file diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index 9f7326cf..ff027d8c 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -1,5 +1,14 @@ -