Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment to Github pages #2

Closed
woctezuma opened this issue Jan 22, 2021 · 1 comment
Closed

Deployment to Github pages #2

woctezuma opened this issue Jan 22, 2021 · 1 comment

Comments

@woctezuma
Copy link

Same as sveltejs/template#214

<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/bundle.css'>
<script defer src='/bundle.js'></script>

@gngenius02
Copy link

The package.json is different and has scripts to deploy to GitHub pages. The rest of the svelte template is just there to have something to display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants