Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamil-Prakash committed Sep 20, 2023
1 parent 9576bb1 commit 97a5e72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 0 additions & 3 deletions dist/.vscode/settings.json

This file was deleted.

9 changes: 4 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>glTF Viewer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="author" content="Don McCurdy">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.4.0/gsap.min.js"></script>
<meta name="description" content="Drag-and-drop preview tool for glTF 2.0 3D models.">
<link rel="canonical" href="https://gltf-viewer.donmccurdy.com/">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" href="/dist/favicon.ico">

<link href="https://fonts.googleapis.com/css?family=Raleway:300,400" rel="stylesheet">

<script type="module" crossorigin src="/assets/index-44c1cef1.js"></script>
<link rel="stylesheet" href="/assets/index-da00f828.css">
<script type="module" crossorigin src="/dist/assets/index-44c1cef1.js"></script>
<link rel="stylesheet" href="/dist/assets/index-da00f828.css">
</head>
<body>
<header>
<h1><a href="/">glTF Viewer</a></h1>
<h1><a href="/">GLTF Viewer</a></h1>
</header>
<main class="wrap">
<div class="dropzone">
Expand Down
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'vite'

export default defineConfig({
base: '/gltfviewer/'
})

0 comments on commit 97a5e72

Please sign in to comment.