Skip to content

Commit

Permalink
NextJS Upgrade, styling changes and template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchaidandev committed Mar 5, 2024
1 parent b66a6d2 commit 440beaf
Show file tree
Hide file tree
Showing 15 changed files with 2,557 additions and 3,827 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: ruchaidandev
github: ruchaidandev
2 changes: 1 addition & 1 deletion .github/PR_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Could you please drop a screenshot of your feature or fix?

## Steps to Verify

Please walk through how to verify and test this feature or fix.
Please walk through how to verify and test this feature or fix.
2 changes: 1 addition & 1 deletion .github/workflows/code-qa-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v1
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node-version: [16.x]

steps:

- name: Get Files
uses: actions/[email protected]

Expand All @@ -36,13 +35,13 @@ jobs:
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Build
run: |
npm i --legacy-peer-deps
npm run build
npm run export
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
language: node_js
node_js:
- 17
- 17
cache:
directories:
- node_modules
- node_modules
script:
- npm run build
- npm run export
- npm run build
- npm run export
- touch out/.nojekyll # Creates a file telling Github not to build the project using Jekyll
deploy:
provider: pages # Informs Travis this is a deployment to GitHub Pages
Expand All @@ -17,4 +17,4 @@ deploy:
# Only deploy when the build is on master or main branch - two common default branch names
# If you're using a different branch name, add it here
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(master|main)$
condition: $TRAVIS_BRANCH =~ ^(master|main)$
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ If you discover a security vulnerability within the project, please send an e-ma

## Built With

* [Next.js] (https://nextjs.org) - JS Framework Used
* [Tailwind] (https://tailwindcss.com/) - CSS/UI Library Used
* [Framer] (https://www.framer.com/) - Animation Library Used
- [Next.js] (https://nextjs.org) - JS Framework Used
- [Tailwind] (https://tailwindcss.com/) - CSS/UI Library Used
- [Framer] (https://www.framer.com/) - Animation Library Used
5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
module.exports = {
reactStrictMode: true,
images: {
loader: 'akamai',
path: '',
disableStaticImages: true,
deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
domains: ["raidan.com.au"],
formats: ["image/webp"],
},
};
Loading

0 comments on commit 440beaf

Please sign in to comment.