We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e497889 commit b3b0de9Copy full SHA for b3b0de9
README.md
@@ -2,7 +2,7 @@
2
3
This is a minimal example of how to start using [GOV.UK Vue](https://github.com/govuk-vue/govuk-vue).
4
5
-A live demo is available at [govuk-vue-minimal-example.github.io](https://govuk-vue-minimal-example.github.io).
+A live demo is available at [govuk-vue.github.io/govuk-vue-minimal-example](https://govuk-vue.github.io/govuk-vue-minimal-example).
6
7
### Running the app locally
8
vite.config.js
@@ -6,6 +6,7 @@ import { viteStaticCopy } from 'vite-plugin-static-copy'
// https://vitejs.dev/config/
export default defineConfig({
9
+ base: '/govuk-vue-minimal-example',
10
plugins: [
11
vue(),
12
viteStaticCopy({
0 commit comments