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

Add favicon to skeleton template #1514

Merged
merged 6 commits into from
May 29, 2021
Merged

Conversation

sidharthv96
Copy link
Contributor

@sidharthv96 sidharthv96 commented May 21, 2021

build was failing for the default skeleton template as favicon was missing.

I chose to add the favicon inside static rather than removing the reference from app.html as it would be helpful to know where to place static files and reference them.

Before submitting the PR, please make sure you do the following

  • It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.

Tests

  • Run the tests with pnpm test and lint the project with pnpm lint

Changesets

  • If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpx changeset and following the prompts

@benmccann
Copy link
Member

seems reasonable like a reasonable fix. could you add a changeset as well so that this will be able to be released?

@sidharthv96
Copy link
Contributor Author

@benmccann Done!

* 'master' of https://github.com/sveltejs/kit:
  Version Packages (next) (sveltejs#1543)
  type fixes for adapter-node and adapter-static (sveltejs#1578)
  Upgrade to Vite 2.3.3 (sveltejs#1580)
  fix: improve getRawBody parsing & handle error(s) (sveltejs#1528)
  create-svelte: add svelte-check for TS (sveltejs#1556)
  pass validated svelte config to adapters (sveltejs#1559)
  types: group related and reduce potential inconsistencies (sveltejs#1539)
  Use sveltekit tag on StackOverflow (sveltejs#1558)
  Fix create-svelte build-template script (sveltejs#1555)
  Remove err param from Polka .listen() callback (sveltejs#1550)
  bump: polka and sirv versions (sveltejs#1548)
  svelte-kit package (sveltejs#1499)
* 'master' of github.com:sidharthv96/kit:
  chore: Add changeset for favicon
  Add favicon to skeleton template
@dummdidumm dummdidumm merged commit 2d2fab1 into sveltejs:master May 29, 2021
sidharthv96 added a commit to sidharthv96/kit that referenced this pull request May 29, 2021
* upstream/master:
  Add favicon to skeleton template (sveltejs#1514)
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

Successfully merging this pull request may close these issues.

3 participants