Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Jan 9, 2025
1 parent 5ff02be commit 1102504
Show file tree
Hide file tree
Showing 34 changed files with 20 additions and 52 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

permissions:
contents: write
pages: write

jobs:
release:
Expand Down Expand Up @@ -53,6 +54,20 @@ jobs:
with:
tag: v${{ steps.tag.outputs.version }}

- name: Publish
id: publish
run: npm run deploy
- name: Setup Pages
id: setup-pages
uses: actions/configure-pages@v4
with:
static_site_generator: next

- name: Build
id: build
run: npm run build

- name: Deploy
id: deploy
uses: actions/deploy-pages@v4
with:
branch: gh-pages
folder: out
token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
output: 'export',
images: { unoptimized: true },
basePath: '/bear-creek-honey-farm'
basePath: '/bear-creek-honey-farm',
reactStrictMode: true
}

export default nextConfig
Empty file removed out/.nojekyll
Empty file.
1 change: 0 additions & 1 deletion out/404.html

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/LqZjM_CAV8aec0ZpZ3OtY/_buildManifest.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/LqZjM_CAV8aec0ZpZ3OtY/_ssgManifest.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/4bd1b696-9c3022833af27a3b.js

This file was deleted.

2 changes: 0 additions & 2 deletions out/_next/static/chunks/517-6302cbfef1830fb3.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/646-59fc9fa60e18d375.js

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/app/layout-c6e4b02768c6fab6.js

This file was deleted.

Loading

0 comments on commit 1102504

Please sign in to comment.