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 3d1ca1d commit 7af4511Copy full SHA for 7af4511
.github/workflows/gh-pages.yml
@@ -11,9 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- with:
15
- ref: website
16
- - run: corepack enable
17
18
- uses: actions/setup-node@v4
19
with:
nuxt.config.ts
@@ -1,6 +1,8 @@
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
export default defineNuxtConfig({
3
+target: 'static',
4
app: {
5
+ baseURL: '/Gogh/',
6
head: {
7
charset: 'utf-8',
8
viewport: 'width=device-width, initial-scale=1',
@@ -48,10 +50,8 @@ export default defineNuxtConfig({
48
50
modules: [
49
51
'@morev/vue-transitions/nuxt',
52
],
- target: 'static',
- router: {
53
- base: '/Gogh/'
54
- },
+
55
devtools: { enabled: true },
56
compatibilityDate: '2024-04-03'
57
})
0 commit comments