File tree Expand file tree Collapse file tree 3 files changed +2
-51
lines changed
Expand file tree Collapse file tree 3 files changed +2
-51
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build-and-deploy :
1111 runs-on : ubuntu-latest
12+ permissions :
13+ contents : write
1214
1315 steps :
1416 - name : Checkout
Original file line number Diff line number Diff line change 1919 < meta property ="twitter:title " content ="AI Profile Assistant " />
2020 < meta property ="twitter:description " content ="AI Profile Assistant - Your Professional Profile " />
2121 < meta property ="twitter:image " content ="/placeholder-og-image.png " />
22-
23- <!-- GitHub Pages SPA Support -->
24- < script type ="text/javascript ">
25- // Single Page Apps for GitHub Pages
26- // MIT License
27- // https://github.com/rafgraph/spa-github-pages
28- // This script checks to see if a redirect is present in the query string,
29- // converts it back into the correct url and adds it to the
30- // browser's history using window.history.replaceState(...),
31- // which won't cause the browser to attempt to load the new url.
32- // When the single page app is loaded further down in this file,
33- // the correct url will be waiting in the browser's history for
34- // the single page app to route accordingly.
35- ( function ( l ) {
36- if ( l . search [ 1 ] === '/' ) {
37- var decoded = l . search . slice ( 1 ) . split ( '&' ) . map ( function ( s ) {
38- return s . replace ( / ~ a n d ~ / g, '&' )
39- } ) . join ( '?' ) ;
40- window . history . replaceState ( null , null ,
41- l . pathname . slice ( 0 , - 1 ) + decoded + l . hash
42- ) ;
43- }
44- } ( window . location ) )
45- </ script >
4622 </ head >
4723 < body >
4824 < div id ="root "> </ div >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments