Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add redirects file
Alexis Sellier committed 5 years ago
commit 1f3c13e4ea1de1dccf4be0aa1aba325dae9fda27
parent cb1d3aa9d52e37bab69f5d45f0d1c05d59fdc4cc
3 files changed +6 -1
added _redirects
@@ -0,0 +1 @@
+
/*   /index.html   200
modified package.json
@@ -1,7 +1,7 @@
{
  "scripts": {
    "start": "snowpack dev",
-
    "build": "snowpack build",
+
    "build": "scripts/build",
    "check": "svelte-check",
    "test": "echo \"This template does not include a test runner by default.\" && exit 1"
  },
added scripts/build
@@ -0,0 +1,4 @@
+
#!/bin/sh
+

+
snowpack build
+
cp _redirects build/_redirects