Skip to content

Commit

Permalink
prepare deployment on gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Dec 22, 2023
1 parent 66330d4 commit ec10563
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/applause.svg" color="#000000" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<link
rel="apple-touch-icon"
href="%sveltekit.assets%/apple-touch-icon.png"
sizes="180x180"
/>
<link
rel="mask-icon"
href="%sveltekit.assets%/applause.svg"
color="#000000"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Audience</title>
Expand Down
3 changes: 3 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const config = {
adapter: adapter({
fallback: 'index.html',
}),
paths: {
base: '/audience',
},
},
preprocess: vitePreprocess(),
compilerOptions: {
Expand Down

0 comments on commit ec10563

Please sign in to comment.