Skip to content

Commit

Permalink
fixed gipod and case sensitive file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Snooz82 committed Dec 5, 2023
1 parent 03a5a26 commit 3e5bd13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
tasks:
- init: npm install
command: npm run dev
command: |
export SET NODE_OPTIONS=--openssl-legacy-provider
npm run dev
ports:
- name: Development Page of RoboCon
description: The RoboCon Page as Preview-Dev-Page
Expand Down
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Tutorials24 from './Tutorials24.vue'

import BaseIcon from './BaseIcon.vue'
import GlobeIcon from './icons/GlobeIcon.vue'
import GlobeRbcn from './icons/GlobeRbcn.vue'
import GlobeRbcn from './icons/GlobeRBCN.vue'
import LinkIcon from './icons/LinkIcon.vue'
import ChevronIcon from './icons/ChevronIcon.vue'
import NewTabIcon from './icons/NewTabIcon.vue'
Expand Down

0 comments on commit 3e5bd13

Please sign in to comment.