File tree Expand file tree Collapse file tree
src/app/_components/preference Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 ls ./
3636 rm -rf public
3737 mkdir public
38+ mv ./temp_public/_frontier_data ./src/lib
3839 mv ./temp_public/* ./public
3940 rm -rf ./temp_public ./public/README.md
4041 - name : Checkout [topic_post] private repo
@@ -150,6 +151,10 @@ jobs:
150151 ls -lha
151152 echo "Advance check on workflow loaded onto /home/runner/work/_temp"
152153 ls -lha /home/runner/work/_temp
154+ - name : Clean Up Import Source Files
155+ id : clean-frontier-data
156+ run : |
157+ rm -rf ./src/lib/_frontier_data/
153158
154159 deploy :
155160 environment :
Original file line number Diff line number Diff line change 11'use client' ;
22
3- import enContent from './public/frontier_data_en.mdx' ;
4- import zhContent from './public/frontier_data_zh.mdx' ;
5- // import enContent from '@/../_frontier_data/frontier_data_en.mdx';
6- // import zhContent from '@/../_frontier_data/frontier_data_zh.mdx';
3+ import enContent from '@/lib/_frontier_data/frontier_data_en.mdx' ;
4+ import zhContent from '@/lib/_frontier_data/frontier_data_zh.mdx' ;
75import DisplayLanguageContent from '../language_handler/language-display' ;
86
97export default function FrontierData ( ) {
You can’t perform that action at this time.
0 commit comments