Skip to content

Commit 602e817

Browse files
authored
Merge pull request #16 from instructure/redirect
Redirect
2 parents aaaa63f + 7a27f7e commit 602e817

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+29
-6960
lines changed

index.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,16 @@
44
<head>
55
<meta charset="UTF-8" />
66
<link rel="icon" href="/favicon.ico" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
87

9-
<title>Instructurecon 2025 Feature Announcements</title>
10-
<!--//
11-
Hey, what are you doing here? 👋
12-
https://www.instructure.com/careers
13-
//-->
8+
<title>Redirecting...</title>
9+
<script>location.href = "https://www.instructure.com/ignite-ai";</script>
10+
1411
</head>
1512

1613
<body>
17-
<div id="root"></div>
18-
<div id="flash-messages" role="alert" aria-live="assertive" aria-relevant="additions" class="screenreader-only"
19-
aria-atomic="true"></div>
20-
<script type="module" src="/src/main.tsx"></script>
2114
<noscript>
22-
This site requires JavaScript to function properly. Please enable JavaScript in your browser settings.
15+
This site requires JavaScript to function properly. Please visit our <a
16+
href="https://www.instructure.com/ignite-ai">Ignite AI</a> page for more information.
2317
</noscript>
2418
</body>
2519

package.json

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,25 @@
11
{
2-
"browserslist": [
3-
"extends @instructure/browserslist-config-instui"
4-
],
5-
"dependencies": {
6-
"@instructure/debounce": "^10.24.1",
7-
"@instructure/ui": "^10.24.1",
8-
"@instructure/ui-color-utils": "^10.24.1",
9-
"react": "^19.1.1",
10-
"react-dom": "^19.1.1"
11-
},
2+
"dependencies": {},
123
"devDependencies": {
13-
"@babel/plugin-syntax-import-attributes": "^7.27.1",
144
"@biomejs/biome": "2.0.6",
155
"@instructure/browserslist-config-instui": "^10.24.1",
16-
"@testing-library/jest-dom": "^6.6.4",
17-
"@testing-library/react": "^16.3.0",
18-
"@types/react": "^19.1.9",
19-
"@types/react-dom": "^19.1.7",
206
"@vitejs/plugin-react": "^4.7.0",
217
"babel-plugin-react-compiler": "19.1.0-rc.2",
22-
"globals": "^16.3.0",
23-
"jsdom": "^26.1.0",
248
"lightningcss": "^1.30.1",
259
"terser": "^5.43.1",
26-
"typescript": "~5.8.3",
27-
"vite": "^6.3.5",
28-
"vitest": "^3.2.4"
10+
"vite": "^6.3.5"
2911
},
3012
"name": "instructure.ai",
3113
"overrides": {
3214
"react": "^19.1.0",
3315
"react-dom": "^19.1.0"
3416
},
35-
"packageManager": "pnpm@10.13.1",
17+
"packageManager": "pnpm@10.14.0",
3618
"private": true,
3719
"scripts": {
38-
"build": "tsc -b && vite build",
20+
"build": "vite build",
3921
"dev": "vite",
40-
"preview": "vite preview",
41-
"test": "vitest run"
22+
"preview": "vite preview"
4223
},
4324
"type": "module",
4425
"version": "0.0.0"

0 commit comments

Comments
 (0)