Skip to content

Commit

Permalink
feat: add gh-pages deploy automatization
Browse files Browse the repository at this point in the history
  • Loading branch information
alogarcia committed Sep 14, 2023
1 parent 1e7a026 commit 227d974
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 57 deletions.
5 changes: 5 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
app: {
baseURL: '/ProjectG/', // baseURL: '/<repository>/'
buildAssetsDir: 'assets', // don't use "_" at the begining of the folder name to avoids nojkill conflict
},
devtools: { enabled: true },
css: [
"primevue/resources/themes/mira/theme.css",
Expand All @@ -10,4 +14,5 @@ export default defineNuxtConfig({
transpile: ["primevue"],
},
modules: ["@pinia/nuxt"],

});
Loading

0 comments on commit 227d974

Please sign in to comment.