Skip to content

Commit

Permalink
update config for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent 3d1ca1d commit 7af4511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: website
- run: corepack enable

- uses: actions/setup-node@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
target: 'static',
app: {
baseURL: '/Gogh/',
head: {
charset: 'utf-8',
viewport: 'width=device-width, initial-scale=1',
Expand Down Expand Up @@ -48,10 +50,8 @@ export default defineNuxtConfig({
modules: [
'@morev/vue-transitions/nuxt',
],
target: 'static',
router: {
base: '/Gogh/'
},


devtools: { enabled: true },
compatibilityDate: '2024-04-03'
})

0 comments on commit 7af4511

Please sign in to comment.