Skip to content

Commit 67b3645

Browse files
committed
Try and fix Github Pages occasional 404s
1 parent 3537040 commit 67b3645

3 files changed

Lines changed: 47 additions & 1 deletion

File tree

nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export default defineNuxtConfig({
1717
'@nuxt/content',
1818
'@bootstrap-vue-next/nuxt',
1919
'@nuxtjs/i18n',
20-
'@pinia/nuxt'
20+
'@pinia/nuxt',
21+
'nuxt-github-pages'
2122
],
2223
css: ['bootstrap/dist/css/bootstrap.min.css'],
2324
i18n: {

package-lock.json

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@pinia/nuxt": "^0.11.2",
1818
"minisearch": "^7.1.2",
1919
"nuxt": "^4.1.0",
20+
"nuxt-github-pages": "^1.5.0",
2021
"pinia": "^3.0.3",
2122
"vue": "^3.5.20",
2223
"vue-router": "^4.5.1"

0 commit comments

Comments
 (0)