diff --git a/README.md b/README.md index 639e2a8..c711b7b 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,5 @@ npm run lint See [Configuration Reference](https://cli.vuejs.org/config/). -### Netlify URL - -Currently the netlify URL is -https://festive-davinci-f849aa.netlify.app - -We need to change over the .tw domain when it's available. +### Website URL +https://expat.tw diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..d807804 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,5 @@ +module.exports = { + devServer: { + public: 'expat.tw' + } +};